Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.IsIso.eq_inv_comp

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y Z : C} (α : X ⟶ Y) [inst_1 : CategoryTheory.IsIso α]
  {f : X ⟶ Z} {g : Y ⟶ Z},
  g = CategoryTheory.CategoryStruct.comp (CategoryTheory.inv α) f ↔ CategoryTheory.CategoryStruct.comp α g = f
Defined in
Mathlib.CategoryTheory.Iso
Cited by
13 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.IsIso

Around this declaration

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

CategoryTheory.GlueData.t_inv · cited by 6GlueData.t_invAlgebraicGeometry.PresheafedSpace.GlueData.snd_invApp_t_app' · cited by 2GlueData.snd_invApp_t_app'AlgebraicGeometry.Scheme.Hom.toNormalization_app_preimage · cited by 2Hom.toNormalization_app_p…AlgebraicGeometry.Scheme.PartialMap.fromSpecStalkOfMem_restrict · cited by 2PartialMap.fromSpecStalkO…CategoryTheory.isPullback_of_cofan_isVanKampen · cited by 2CategoryTheory.isPullback…CategoryTheory.Preadditive.IsIso.comp_left_eq_zero · cited by 1IsIso.comp_left_eq_zeroCategoryTheory.Limits.BinaryCofan.isColimit_iff_isIso_inl · cited by 1BinaryCofan.isColimit_iff…CategoryTheory.Adjunction.Triple.leftToRight_eq_counits · cited by 1Triple.leftToRight_eq_cou…CategoryTheory.Limits.pushout_inl_inv_inr_of_right_isIso · cited by 1Limits.pushout_inl_inv_in…CategoryTheory.IsGrothendieckAbelian.IsPresentable.surjectivity · cited by 1IsPresentable.surjectivityCategoryTheory.Limits.pushout_inr_inv_inl_of_right_isIso · cited by 1Limits.pushout_inr_inv_in…CategoryTheory.Comonad.coalgebra_iso_of_iso · cited by 0Comonad.coalgebra_iso_of_…CategoryTheory.Endofunctor.Coalgebra.iso_of_iso · cited by 0Coalgebra.iso_of_isoCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.IsIso · cited by 1156CategoryTheory.IsIsoCategoryTheory.inv · cited by 467CategoryTheory.invCategoryTheory.asIso · cited by 177CategoryTheory.asIsoCategoryTheory.Iso.eq_inv_comp · cited by 34Iso.eq_inv_compIsIso.eq_inv_compCITED BYCITES

Cites7

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

Cited by13

Results whose statement or proof uses this declaration.