Theorems · Definition · order theory
RelIso.sumLexComplRight
{α : Type u_1} →
(r : α → α → Prop) →
(x : α) →
[IsTrans α r] →
[Std.Trichotomous r] → [DecidableRel r] → Sum.Lex (Subrel r fun x_1 => ¬r x x_1) (Subrel r (r x)) ≃r rA relation is isomorphic to the lexicographic sum of elements not greater than x and elements
greater than x.
- Defined in
- Mathlib.Order.Hom.Lex
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivproof · cited by 8,337
- RelIsostatement · cited by 456
- Equiv.transproof · cited by 337
- IsTransstatement and proof · cited by 157
- Subrelstatement · cited by 53
- Equiv.sumCommproof · cited by 23
- Equiv.sumComplproof · cited by 23
Cited by3
Results whose statement or proof uses this declaration.
- OrderIso.sumLexIicIoiproof · cited by 6
- RelIso.sumLexComplRight_applystatement · cited by 0
- RelIso.sumLexComplRight_symm_applystatement · cited by 0