Theorems · Definition · order theory
DFinsupp.Lex
{ι : Type u_1} →
{α : ι → Type u_2} →
[inst : (i : ι) → Zero (α i)] →
(ι → ι → Prop) → ((i : ι) → α i → α i → Prop) → (Π₀ (i : ι), α i) → (Π₀ (i : ι), α i) → PropDFinsupp.Lex r s is the lexicographic relation on Π₀ i, α i, where ι is ordered by r,
and α i is ordered by s i.
The type synonym Lex (Π₀ i, α i) has an order given by DFinsupp.Lex (· < ·) (· < ·), whereas
Colex (Π₀ i, α i) has an order given by DFinsupp.Lex (· > ·) (· < ·).
- Defined in
- Mathlib.Data.DFinsupp.Lex
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Quot.sound
- Assumes
- Zero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- DFinsuppstatement and proof · cited by 694
- Pi.Lexproof · cited by 11
Cited by14
Results whose statement or proof uses this declaration.
- DFinsupp.Lex.wellFounded'statement · cited by 3
- Finsupp.lex_eq_invImage_dfinsupp_lexstatement · cited by 2
- DFinsupp.Lex.accstatement · cited by 2
- DFinsupp.Lex.acc_of_singlestatement and proof · cited by 2
- DFinsupp.Lex.acc_zerostatement and proof · cited by 2
- DFinsupp.lex_iff_of_uniquestatement · cited by 2
- DFinsupp.Lex.wellFoundedstatement · cited by 1
- DFinsupp.Lex.acc_of_single_erasestatement and proof · cited by 1
- DFinsupp.Lex.acc_singlestatement and proof · cited by 1
- DFinsupp.lex_fibrationstatement and proof · cited by 1
- DFinsupp.Lex.wellFounded_of_finitestatement · cited by 0
- Pi.lex_eq_dfinsupp_lexstatement · cited by 0