Theorems · Definition · order theory
RelIso.sumLexCongr
{α₁ : Type u_5} →
{α₂ : Type u_6} →
{β₁ : Type u_7} →
{β₂ : Type u_8} →
{r₁ : α₁ → α₁ → Prop} →
{r₂ : α₂ → α₂ → Prop} →
{s₁ : β₁ → β₁ → Prop} → {s₂ : β₂ → β₂ → Prop} → r₁ ≃r s₁ → r₂ ≃r s₂ → Sum.Lex r₁ r₂ ≃r Sum.Lex s₁ s₂Given relation isomorphisms r₁ ≃r s₁ and r₂ ≃r s₂, construct a relation isomorphism for the
lexicographic orders on the sum.
- Defined in
- Mathlib.Order.RelIso.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Quot.sound
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.
- RelIsostatement and proof · cited by 456
- RelIso.toEquivproof · cited by 113
- Equiv.sumCongrproof · cited by 25
Cited by2
Results whose statement or proof uses this declaration.
- Ordinal.lift_addproof · cited by 6
- InitialSeg.exists_sum_relIsoproof · cited by 0