Theorems · Theorem · combinatorics
Finite.induction_empty_option
∀ {P : Type u → Prop},
(∀ {α β : Type u} (a : α ≃ β), P α → P β) →
P PEmpty.{u + 1} → (∀ {α : Type u} [Fintype α], P α → P (Option α)) → ∀ (α : Type u) [Finite α], P αAn induction principle for finite types, analogous to Nat.rec. It effectively says
that every Fintype is either Empty or Option α, up to an Equiv.
- Defined in
- Mathlib.Data.Fintype.Option
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Finite
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.
- Equivstatement and proof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Finitestatement and proof · cited by 3,029
- nonempty_fintypeproof · cited by 261
- Fintype.induction_empty_optionproof · cited by 6
Cited by10
Results whose statement or proof uses this declaration.
- iInf_iSup_eq_of_finiteproof · cited by 2
- CategoryTheory.IsFiltered.crownproof · cited by 2
- Subspace.dualAnnihilator_iInf_eqproof · cited by 1
- TopologicalSpace.Opens.coe_iInfproof · cited by 1
- ringKrullDim_add_natCard_le_ringKrullDim_mvPolynomialproof · cited by 1
- IsDedekindDomain.HeightOneSpectrum.emultiplicity_iSupproof · cited by 1
- MvPolynomial.isIntegral_iff_isIntegral_coeffproof · cited by 1
- MvPolynomial.eq_zero_of_eval_zero_at_prod_finsetproof · cited by 1
- exists_clopen_partition_of_clopen_coverproof · cited by 1
- MvPolynomial.ringKrullDim_of_isNoetherianRingproof · cited by 0