Mathlib Map

Theorems · Definition · order theory

Antisymmetrization.prodEquiv

(α : Type u_1) →
  (β : Type u_2) →
    [inst : Preorder α] →
      [inst_1 : Preorder β] →
        (Antisymmetrization (α × β) fun x1 x2 => x1 ≤ x2) ≃o
          (Antisymmetrization α fun x1 x2 => x1 ≤ x2) × Antisymmetrization β fun x1 x2 => x1 ≤ x2

The antisymmetrization of a product preorder is order isomorphic to the product of antisymmetrizations.

Defined in
Mathlib.Order.Antisymmetrization
Cited by
2 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Quot.sound
Assumes
PreorderPreorder

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.