Theorems · Theorem · group theory
Finsupp.induction_linear
∀ {ι : Type u_1} {M : Type u_3} [inst : AddZeroClass M] {motive : (ι →₀ M) → Prop} (f : ι →₀ M),
motive 0 →
(∀ (f g : ι →₀ M), motive f → motive g → motive (f + g)) → (∀ (a : ι) (b : M), motive fun₀ | a => b) → motive f- Defined in
- Mathlib.Algebra.Group.Finsupp
- Cited by
- 16 results in Mathlib
- Foundations
- Depth 71 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.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsuppstatement and proof · cited by 5,255
- AddZeroClassstatement and proof · cited by 1,237
- Finsupp.singlestatement and proof · cited by 943
- Finsupp.supportproof · cited by 828
- Finsupp.induction₂proof · cited by 3
Cited by16
Results whose statement or proof uses this declaration.
- MonoidAlgebra.induction_onproof · cited by 6
- PolynomialModule.induction_linearproof · cited by 6
- finsuppTensorFinsupp_applyproof · cited by 5
- AddMonoidAlgebra.induction_linearproof · cited by 2
- AddMonoidAlgebra.induction_onproof · cited by 2
- MonoidAlgebra.induction_linearproof · cited by 2
- KaehlerDifferential.range_mapBaseChangeproof · cited by 2
- Finsupp.linearCombination_linearCombinationproof · cited by 2
- TensorProduct.finsuppLeft_apply_tmulproof · cited by 2
- TensorProduct.finsuppRight_apply_tmulproof · cited by 2
- Finsupp.range_lmapDomainproof · cited by 1
- Finsupp.sum_option_indexproof · cited by 1