Theorems · Theorem · order theory
DFinsupp.Lex.acc_of_single
∀ {ι : Type u_1} {α : ι → Type u_2} [inst : (i : ι) → Zero (α i)] {r : ι → ι → Prop} {s : (i : ι) → α i → α i → Prop},
(∀ ⦃i : ι⦄ ⦃a : α i⦄, ¬s i a 0) →
∀ [inst_1 : DecidableEq ι] [inst_2 : (i : ι) → (x : α i) → Decidable (x ≠ 0)] (x : Π₀ (i : ι), α i),
(∀ i ∈ x.support, Acc (DFinsupp.Lex r s) fun₀ | i => x i) → Acc (DFinsupp.Lex r s) x- Defined in
- Mathlib.Data.DFinsupp.WellFounded
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- ZeroDecidableEqDecidable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- DFinsuppstatement and proof · cited by 694
- Finset.eraseproof · cited by 455
- DFinsupp.supportstatement and proof · cited by 158
- Finset.mem_insert_selfproof · cited by 128
- DFinsupp.singlestatement and proof · cited by 113
- Finset.mem_insert_of_memproof · cited by 109
- Finset.inductionproof · cited by 108
- DFinsupp.eraseproof · cited by 29
- Finset.erase_insertproof · cited by 21
- DFinsupp.Lexstatement and proof · cited by 14
Cited by2
Results whose statement or proof uses this declaration.
- DFinsupp.Lex.accproof · cited by 2
- DFinsupp.Lex.acc_singleproof · cited by 1