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 ≤ x2The 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
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.
- Preorderstatement and proof · cited by 7,952
- OrderIsostatement · cited by 874
- Antisymmetrizationstatement · cited by 25
- AntisymmRel.setoidproof · cited by 7
Cited by2
Results whose statement or proof uses this declaration.
- Antisymmetrization.prodEquiv_apply_mkstatement · cited by 0
- Antisymmetrization.prodEquiv_symm_apply_mkstatement · cited by 0