Theorems · Theorem · group theory
Finsupp.induction
∀ {ι : Type u_1} {M : Type u_3} [inst : AddZeroClass M] {motive : (ι →₀ M) → Prop} (f : ι →₀ M),
motive 0 →
(∀ (a : ι) (b : M) (f : ι →₀ M), a ∉ f.support → b ≠ 0 → motive f → motive ((fun₀ | a => b) + f)) → motive f- Defined in
- Mathlib.Algebra.Group.Finsupp
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddZeroClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- Finsuppstatement and proof · cited by 5,255
- AddZeroClassstatement and proof · cited by 1,237
- Finsupp.singlestatement and proof · cited by 943
- Finsupp.supportstatement and proof · cited by 828
- Finset.eraseproof · cited by 455
- Finset.consproof · cited by 221
- Finsupp.mem_support_iffproof · cited by 89
- Finset.mem_eraseproof · cited by 61
- Finsupp.eraseproof · cited by 46
- Finset.cons_induction_onproof · cited by 37
Cited by12
Results whose statement or proof uses this declaration.
- AddMonoidAlgebra.inductionproof · cited by 5
- Finsupp.induction₂proof · cited by 3
- MonoidAlgebra.inductionproof · cited by 2
- Finsupp.add_closure_setOfPred_eq_singleproof · cited by 2
- groupHomology.range_d₁₀_eq_coinvariantsKerproof · cited by 2
- Finsupp.toMultiset_mapproof · cited by 1
- MvPolynomial.monomial_mem_homogeneousSubmodule_pow_degreeproof · cited by 1
- Finsupp.toFinset_toMultisetproof · cited by 1
- MvPolynomial.induction_on_monomialproof · cited by 1
- Finsupp.supported_iUnionproof · cited by 1
- Finsupp.sum_toMultisetproof · cited by 0
- Finsupp.prod_toMultisetproof · cited by 0