Theorems · Definition · category theory
CategoryTheory.isoOpEquiv
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] → (A B : Cᵒᵖ) → (A ≅ B) ≃ (Opposite.unop B ≅ Opposite.unop A)The equivalence between isomorphisms of the form A ≅ B and B.unop ≅ A.unop.
Note this is definitionally the same as the other three variants:
* (Opposite.op A ≅ B) ≃ (B.unop ≅ A)
* (A ≅ Opposite.op B) ≃ (B ≅ A.unop)
* (Opposite.op A ≅ Opposite.op B) ≃ (B ≅ A)
- Defined in
- Mathlib.CategoryTheory.Opposites
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext
- Assumes
- CategoryTheory.Category
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.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Equivstatement · cited by 8,337
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.Isostatement and proof · cited by 3,963
- Opposite.unopstatement and proof · cited by 2,231
- CategoryTheory.Iso.opproof · cited by 52
- CategoryTheory.Iso.unopproof · cited by 33
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.isoOpEquiv_applystatement and proof · cited by 0
- CategoryTheory.isoOpEquiv_symm_applystatement and proof · cited by 0