Theorems · Theorem · category theory
CategoryTheory.isIso_prod_iff
∀ (C : Type u₁) [inst : CategoryTheory.Category.{v₁, u₁} C] (D : Type u₂) [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
{P Q : C} {S T : D} {f : (P, S) ⟶ (Q, T)},
CategoryTheory.IsIso f ↔ CategoryTheory.IsIso f.1 ∧ CategoryTheory.IsIso f.2- Defined in
- Mathlib.CategoryTheory.Products.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.IsIsostatement and proof · cited by 1,156
- CategoryTheory.Prod.mkHomproof · cited by 108
- CategoryTheory.Prod.hom_ext_iffproof · cited by 2
- CategoryTheory.IsIso.casesOnproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.MorphismProperty.IsInvertedBy.prodproof · cited by 0