Theorems · Theorem · order theory
DFinsupp.Lex.acc
∀ {ι : Type u_1} {α : ι → Type u_2} [inst : (i : ι) → Zero (α i)] {r : ι → ι → Prop} {s : (i : ι) → α i → α i → Prop},
(∀ ⦃i : ι⦄ ⦃a : α i⦄, ¬s i a 0) →
(∀ (i : ι), WellFounded (s i)) →
∀ [inst_1 : DecidableEq ι] [inst_2 : (i : ι) → (x : α i) → Decidable (x ≠ 0)] (x : Π₀ (i : ι), α i),
(∀ i ∈ x.support, Acc (rᶜ ⊓ fun x1 x2 => x1 ≠ x2) i) → Acc (DFinsupp.Lex r s) x- Defined in
- Mathlib.Data.DFinsupp.WellFounded
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 81 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.
Cites8
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 · cited by 13,712
- Compl.complstatement and proof · cited by 2,925
- DFinsuppstatement and proof · cited by 694
- DFinsupp.supportstatement and proof · cited by 158
- DFinsupp.Lexstatement · cited by 14
- DFinsupp.Lex.acc_of_singleproof · cited by 2
- DFinsupp.Lex.acc_singleproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- DFinsupp.Lex.wellFoundedproof · cited by 1
- Finsupp.Lex.accproof · cited by 1