Theorems · Theorem · combinatorics
Finset.induction_on
∀ {α : Type u_3} {motive : Finset α → Prop} [inst : DecidableEq α] (s : Finset α),
motive ∅ → (∀ (a : α) (s : Finset α), a ∉ s → motive s → motive (insert a s)) → motive sTo prove a proposition about an arbitrary Finset α,
it suffices to prove it for the empty Finset,
and to show that if it holds for some Finset α,
then it holds for the Finset obtained by inserting a new element.
- Defined in
- Mathlib.Data.Finset.Insert
- Cited by
- 167 results in Mathlib
- Foundations
- Depth 60 from the axioms, rests on 827 definitions · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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.inductionproof · cited by 108
Cited by167
Results whose statement or proof uses this declaration.
- sum_applyproof · cited by 83
- Finset.sum_eq_zero_iff_of_nonnegproof · cited by 19
- Finset.card_union_add_card_interproof · cited by 14
- Finset.prod_eq_zero_iffproof · cited by 9
- Finset.card_biUnion_leproof · cited by 8
- Finset.mem_of_maxproof · cited by 6
- Finset.fold_op_rel_iff_andproof · cited by 5
- Finset.gcd_mul_left'proof · cited by 5
- MonomialOrder.coeff_prod_sum_degreeproof · cited by 5
- MultilinearMap.map_piecewise_smulproof · cited by 4
- Finset.fold_op_rel_iff_orproof · cited by 4
- MvPolynomial.vars_sum_subsetproof · cited by 4