Theorems · Theorem · order theory
Set.Finite.induction_to
∀ {α : Type u} {C : Set α → Prop} {S : Set α},
S.Finite → ∀ S0 ⊆ S, C S0 → (∀ s ⊂ S, C s → ∃ a ∈ S \ s, C (insert a s)) → C SInduction up to a finite set S.
- Defined in
- Mathlib.Data.Set.Finite.Lemmas
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.Elemproof · cited by 7,166
- Equiv.symmproof · cited by 3,681
- Finiteproof · cited by 3,029
- Set.Finitestatement and proof · cited by 1,814
- le_rflproof · cited by 1,558
- Subtype.coe_mkproof · cited by 81
- Set.Finite.to_subtypeproof · cited by 44
- IsWellFounded.wfproof · cited by 43
- Set.insert_subsetproof · cited by 35
- Finite.of_equivproof · cited by 20
- Set.ssubset_insertproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Set.Finite.induction_to_univproof · cited by 0