Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.ConcreteCategory.isIso_iff_bijective

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {FC : C → C → Type u_1} {CC : C → Type w}
  [inst_1 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] [inst_2 : CategoryTheory.ConcreteCategory C FC]
  [(CategoryTheory.forget C).ReflectsIsomorphisms] {X Y : C} (f : X ⟶ Y),
  CategoryTheory.IsIso f ↔ Function.Bijective ⇑(CategoryTheory.ConcreteCategory.hom f)

If the forgetful functor of a concrete category reflects isomorphisms, being an isomorphism is equivalent to being bijective.

Defined in
Mathlib.CategoryTheory.ConcreteCategory.EpiMono
Cited by
12 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategoryCategoryTheory.Functor.ReflectsIsomorphisms

Around this declaration

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

CategoryTheory.FintypeCat.Action.isConnected_of_transitive · cited by 1Action.isConnected_of_tra…CategoryTheory.FintypeCat.Action.pretransitive_of_isConnected · cited by 1Action.pretransitive_of_i…AlgebraicGeometry.IsSeparated.valuativeCriterion · cited by 1IsSeparated.valuativeCrit…AlgebraicGeometry.isOpenImmersion_eq_inf · cited by 1AlgebraicGeometry.isOpenI…CategoryTheory.PreGaloisCategory.isIso_of_mono_of_eq_card_fiber · cited by 1PreGaloisCategory.isIso_o…CommRingCat.preservesLimit_parallelPair_tensorProd_iff_tensorEqualizer_bijective · cited by 1CommRingCat.preservesLimi…AlgebraicGeometry.specTargetImageFactorization_app_injective · cited by 0AlgebraicGeometry.specTar…AlgebraicGeometry.isIso_SpecMap_iff · cited by 0AlgebraicGeometry.isIso_S…AlgebraicGeometry.isIso_SpecMap_stakMap_localization · cited by 0AlgebraicGeometry.isIso_S…ModuleCat.reflectsIsomorphisms_extendScalars_of_faithfullyFlat · cited by 0ModuleCat.reflectsIsomorp…AlgebraicGeometry.Scheme.IdealSheafData.ideal_le_ker_glueDataObjι · cited by 0IdealSheafData.ideal_le_k…AlgebraicGeometry.Scheme.Hom.isIso_iff_finrank_eq · cited by 0Hom.isIso_iff_finrank_eqDFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homFunLike · cited by 2560FunLikeCategoryTheory.IsIso · cited by 1156CategoryTheory.IsIsoFunction.Bijective · cited by 863Function.BijectiveCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.forget · cited by 418CategoryTheory.forgetTypeCat.ofHom · cited by 389TypeCat.ofHomCategoryTheory.Functor.ReflectsIsomorphisms · cited by 82Functor.ReflectsIsomorphi…CategoryTheory.isIso_of_reflects_iso · cited by 19CategoryTheory.isIso_of_r…CategoryTheory.bijective_iff_isIso_ofHom · cited by 8CategoryTheory.bijective_…ConcreteCategory.isIso_iff_bi…CITED BYCITES

Cites14

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

Cited by12

Results whose statement or proof uses this declaration.