Theorems · Theorem · group theory
Finsupp.induction_on_max
∀ {ι : Type u_1} {M : Type u_3} [inst : AddZeroClass M] [inst_1 : LinearOrder ι] {motive : (ι →₀ M) → Prop}
(f : ι →₀ M),
motive 0 →
(∀ (a : ι) (b : M) (f : ι →₀ M), (∀ c ∈ f.support, c < a) → b ≠ 0 → motive f → motive ((fun₀ | a => b) + f)) →
motive fA finitely supported function can be built by adding up single a b for increasing a.
The lemma induction_on_max₂ swaps the argument order in the sum.
- Defined in
- Mathlib.Algebra.Group.Finsupp
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddZeroClassLinearOrder
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
- LinearOrderstatement and proof · cited by 8,572
- 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.mem_insert_selfproof · cited by 128
- Finsupp.mem_support_iffproof · cited by 89
- LT.lt.falseproof · cited by 66
- Finsupp.eraseproof · cited by 46
Cited by6
Results whose statement or proof uses this declaration.
- Ordinal.CNF.eval_ltproof · cited by 1
- Ordinal.CNF.eval_single_addproof · cited by 1
- Finsupp.induction_on_max₂proof · cited by 1
- Ordinal.CNF.coeff_evalproof · cited by 0
- Ordinal.CNF.eval_addproof · cited by 0
- Finsupp.induction_on_minproof · cited by 0