Loogle!
Result
Found 92 declarations mentioning TopPair.
- TopPair 📋 Mathlib.Topology.Category.TopPair
: Type (u_1 + 1) - TopPair.fst 📋 Mathlib.Topology.Category.TopPair
{X : TopPair} : TopCat - TopPair.ofTopCat 📋 Mathlib.Topology.Category.TopPair
(X : TopCat) : TopPair - TopPair.snd 📋 Mathlib.Topology.Category.TopPair
{X : TopPair} : TopCat - TopPair.ofSubset 📋 Mathlib.Topology.Category.TopPair
{X : TopCat} (A : Set ↑X) : TopPair - TopPair.map 📋 Mathlib.Topology.Category.TopPair
{X : TopPair} : TopPair.snd ⟶ TopPair.fst - TopPair.diag 📋 Mathlib.Topology.Category.TopPair
: CategoryTheory.Functor TopCat TopPair - TopPair.incl 📋 Mathlib.Topology.Category.TopPair
: CategoryTheory.Functor TopCat TopPair - TopPair.proj₁ 📋 Mathlib.Topology.Category.TopPair
: CategoryTheory.Functor TopPair TopCat - TopPair.proj₂ 📋 Mathlib.Topology.Category.TopPair
: CategoryTheory.Functor TopPair TopCat - TopPair.inclAdjProj₁ 📋 Mathlib.Topology.Category.TopPair
: TopPair.incl ⊣ TopPair.proj₁ - TopPair.proj₁AdjDiag 📋 Mathlib.Topology.Category.TopPair
: TopPair.proj₁ ⊣ TopPair.diag - TopPair.incl_obj 📋 Mathlib.Topology.Category.TopPair
(X : TopCat) : TopPair.incl.obj X = TopPair.ofTopCat X - TopPair.Homotopic.equivalence 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} : Equivalence TopPair.Homotopic - TopPair.Homotopy.refl 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} (f : X ⟶ Y) : TopPair.Homotopy f f - TopPair.of 📋 Mathlib.Topology.Category.TopPair
{A X : TopCat} (f : A ⟶ X) (h : Topology.IsEmbedding ⇑(CategoryTheory.ConcreteCategory.hom f)) : TopPair - TopPair.isEmbedding_map 📋 Mathlib.Topology.Category.TopPair
(X : TopPair) : Topology.IsEmbedding ⇑(CategoryTheory.ConcreteCategory.hom TopPair.map) - TopPair.Hom.fst 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} (f : X ⟶ Y) : TopPair.fst ⟶ TopPair.fst - TopPair.Hom.snd 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} (f : X ⟶ Y) : TopPair.snd ⟶ TopPair.snd - TopPair.Hom.w 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} (f : X ⟶ Y) : CategoryTheory.CategoryStruct.comp (TopPair.Hom.snd f) TopPair.map = CategoryTheory.CategoryStruct.comp TopPair.map (TopPair.Hom.fst f) - TopPair.Homotopy.refl_fst 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} (f : X ⟶ Y) : (TopPair.Homotopy.refl f).fst = TopCat.Homotopy.refl (TopPair.Hom.fst f) - TopPair.Homotopy.refl_snd 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} (f : X ⟶ Y) : (TopPair.Homotopy.refl f).snd = TopCat.Homotopy.refl (TopPair.Hom.snd f) - TopPair.j 📋 Mathlib.Topology.Category.TopPair
(X : TopPair) : TopPair.incl.obj TopPair.fst ⟶ X - TopPair.Homotopy.instInhabitedId 📋 Mathlib.Topology.Category.TopPair
{X : TopPair} : Inhabited (TopPair.Homotopy (CategoryTheory.CategoryStruct.id X) (CategoryTheory.CategoryStruct.id X)) - TopPair.Homotopic 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} (f g : X ⟶ Y) : Prop - TopPair.Homotopy 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} (f g : X ⟶ Y) : Type u - TopPair.Hom.w_assoc 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} (f : X ⟶ Y) {Z : TopCat} (h : TopPair.fst ⟶ Z) : CategoryTheory.CategoryStruct.comp (TopPair.Hom.snd f) (CategoryTheory.CategoryStruct.comp TopPair.map h) = CategoryTheory.CategoryStruct.comp TopPair.map (CategoryTheory.CategoryStruct.comp (TopPair.Hom.fst f) h) - TopPair.Homotopy.symm 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f₀ f₁ : X ⟶ Y} (F : TopPair.Homotopy f₀ f₁) : TopPair.Homotopy f₁ f₀ - TopPair.Homotopy.symm_bijective 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f₀ f₁ : X ⟶ Y} : Function.Bijective TopPair.Homotopy.symm - TopPair.Homotopy.fst 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f g : X ⟶ Y} (self : TopPair.Homotopy f g) : TopCat.Homotopy (TopPair.Hom.fst f) (TopPair.Hom.fst g) - TopPair.Homotopy.snd 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f g : X ⟶ Y} (self : TopPair.Homotopy f g) : TopCat.Homotopy (TopPair.Hom.snd f) (TopPair.Hom.snd g) - TopPair.inclAdjProj₁_unit_app 📋 Mathlib.Topology.Category.TopPair
(X : TopCat) : TopPair.inclAdjProj₁.unit.app X = CategoryTheory.CategoryStruct.id X - TopPair.proj₁AdjDiag_counit_app 📋 Mathlib.Topology.Category.TopPair
(X : TopCat) : TopPair.proj₁AdjDiag.counit.app X = CategoryTheory.CategoryStruct.id X - TopPair.Homotopy.symm_symm 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f₀ f₁ : X ⟶ Y} (F : TopPair.Homotopy f₀ f₁) : F.symm.symm = F - TopPair.Homotopy.symm_fst 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f₀ f₁ : X ⟶ Y} (F : TopPair.Homotopy f₀ f₁) : F.symm.fst = F.fst.symm - TopPair.Homotopy.symm_snd 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f₀ f₁ : X ⟶ Y} (F : TopPair.Homotopy f₀ f₁) : F.symm.snd = F.snd.symm - TopPair.Homotopy.ext 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f g : X ⟶ Y} {x y : TopPair.Homotopy f g} (fst : x.fst = y.fst) (snd : x.snd = y.snd) : x = y - TopPair.Homotopy.ext_iff 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f g : X ⟶ Y} {x y : TopPair.Homotopy f g} : x = y ↔ x.fst = y.fst ∧ x.snd = y.snd - TopPair.Homotopy.trans 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f₀ f₁ f₂ : X ⟶ Y} (F : TopPair.Homotopy f₀ f₁) (G : TopPair.Homotopy f₁ f₂) : TopPair.Homotopy f₀ f₂ - TopPair.Homotopy.symm_trans 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f₀ f₁ f₂ : X ⟶ Y} (F : TopPair.Homotopy f₀ f₁) (G : TopPair.Homotopy f₁ f₂) : (F.trans G).symm = G.symm.trans F.symm - TopPair.ofHom 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} (f : TopPair.fst ⟶ TopPair.fst) (g : TopPair.snd ⟶ TopPair.snd) (w : CategoryTheory.CategoryStruct.comp g TopPair.map = CategoryTheory.CategoryStruct.comp TopPair.map f := by cat_disch) : X ⟶ Y - TopPair.Homotopy.w 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f g : X ⟶ Y} (self : TopPair.Homotopy f g) : CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight TopPair.map TopCat.I) self.fst.h = CategoryTheory.CategoryStruct.comp self.snd.h TopPair.map - TopPair.Homotopy.trans_fst 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f₀ f₁ f₂ : X ⟶ Y} (F : TopPair.Homotopy f₀ f₁) (G : TopPair.Homotopy f₁ f₂) : (F.trans G).fst = F.fst.trans G.fst - TopPair.Homotopy.trans_snd 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f₀ f₁ f₂ : X ⟶ Y} (F : TopPair.Homotopy f₀ f₁) (G : TopPair.Homotopy f₁ f₂) : (F.trans G).snd = F.snd.trans G.snd - TopPair.Homotopy.mk 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f g : X ⟶ Y} (fst : TopCat.Homotopy (TopPair.Hom.fst f) (TopPair.Hom.fst g)) (snd : TopCat.Homotopy (TopPair.Hom.snd f) (TopPair.Hom.snd g)) (w : CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight TopPair.map TopCat.I) fst.h = CategoryTheory.CategoryStruct.comp snd.h TopPair.map := by cat_disch) : TopPair.Homotopy f g - TopPair.incl_map 📋 Mathlib.Topology.Category.TopPair
{X✝ Y✝ : TopCat} (f : X✝ ⟶ Y✝) : TopPair.incl.map f = TopPair.ofHom f (CategoryTheory.CategoryStruct.id TopPair.snd) ⋯ - TopPair.Homotopy.w_assoc 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f g : X ⟶ Y} (self : TopPair.Homotopy f g) {Z : TopCat} (h : TopPair.fst ⟶ Z) : CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight TopPair.map TopCat.I) (CategoryTheory.CategoryStruct.comp self.fst.h h) = CategoryTheory.CategoryStruct.comp self.snd.h (CategoryTheory.CategoryStruct.comp TopPair.map h) - TopPair.Hom.w_apply 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} (f : X ⟶ Y) (x : ↑TopPair.snd) : (CategoryTheory.ConcreteCategory.hom TopPair.map) ((CategoryTheory.ConcreteCategory.hom (TopPair.Hom.snd f)) x) = (CategoryTheory.ConcreteCategory.hom (TopPair.Hom.fst f)) ((CategoryTheory.ConcreteCategory.hom TopPair.map) x) - TopPair.Homotopy.comp 📋 Mathlib.Topology.Category.TopPair
{X Y Z : TopPair} {f₀ f₁ : X ⟶ Y} {g₀ g₁ : Y ⟶ Z} (G : TopPair.Homotopy g₀ g₁) (F : TopPair.Homotopy f₀ f₁) : TopPair.Homotopy (CategoryTheory.CategoryStruct.comp f₀ g₀) (CategoryTheory.CategoryStruct.comp f₁ g₁) - TopPair.Homotopy.w_apply' 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f g : X ⟶ Y} (H : TopPair.Homotopy f g) (x : ↑TopPair.snd) (t : ↑unitInterval) : H.fst (t, (CategoryTheory.ConcreteCategory.hom TopPair.map) x) = (CategoryTheory.ConcreteCategory.hom TopPair.map) (H.snd (t, x)) - TopPair.Homotopy.w_apply 📋 Mathlib.Topology.Category.TopPair
{X Y : TopPair} {f g : X ⟶ Y} (self : TopPair.Homotopy f g) (x : ↑(CategoryTheory.MonoidalCategoryStruct.tensorObj TopPair.snd TopCat.I)) : self.fst (TopCat.I.homeomorph x.2, (CategoryTheory.ConcreteCategory.hom TopPair.map) x.1) = (CategoryTheory.ConcreteCategory.hom TopPair.map) (self.snd (TopCat.I.homeomorph x.2, x.1)) - TopPair.Homotopy.comp_fst 📋 Mathlib.Topology.Category.TopPair
{X Y Z : TopPair} {f₀ f₁ : X ⟶ Y} {g₀ g₁ : Y ⟶ Z} (G : TopPair.Homotopy g₀ g₁) (F : TopPair.Homotopy f₀ f₁) : (G.comp F).fst = G.fst.comp F.fst - TopPair.Homotopy.comp_snd 📋 Mathlib.Topology.Category.TopPair
{X Y Z : TopPair} {f₀ f₁ : X ⟶ Y} {g₀ g₁ : Y ⟶ Z} (G : TopPair.Homotopy g₀ g₁) (F : TopPair.Homotopy f₀ f₁) : (G.comp F).snd = G.snd.comp F.snd - TopPair.proj₁AdjDiag_unit_app 📋 Mathlib.Topology.Category.TopPair
(X : TopPair) : TopPair.proj₁AdjDiag.unit.app X = TopPair.ofHom (CategoryTheory.CategoryStruct.id TopPair.fst) TopPair.map ⋯ - TopPair.inclAdjProj₁_counit_app 📋 Mathlib.Topology.Category.TopPair
(X : TopPair) : TopPair.inclAdjProj₁.counit.app X = TopPair.ofHom (CategoryTheory.CategoryStruct.id TopPair.fst) (TopCat.isInitialPEmpty.to TopPair.snd) ⋯ - TopPair.HomologyPretheory.Hₚ 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} (self : TopPair.HomologyPretheory C c) (i : ι) : CategoryTheory.Functor TopPair C - TopPair.HomologyPretheory.iso 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} (self : TopPair.HomologyPretheory C c) (i : ι) : self.H i ≅ TopPair.incl.comp (self.Hₚ i) - TopPair.HomologyPretheory.hₚFunctor 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} (i : ι) : CategoryTheory.Functor (TopPair.HomologyPretheory C c) (CategoryTheory.Functor TopPair C) - TopPair.HomologyPretheory.instIsIsoFunctorHomₚ 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') [CategoryTheory.IsIso f] (i : ι) : CategoryTheory.IsIso (f.homₚ i) - TopPair.HomologyPretheory.hₚFunctor_obj 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} (i : ι) (HP : TopPair.HomologyPretheory C c) : (TopPair.HomologyPretheory.hₚFunctor i).obj HP = HP.Hₚ i - TopPair.HomologyPretheory.Hom.homₚ 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (self : HP.Hom HP') (i : ι) : HP.Hₚ i ⟶ HP'.Hₚ i - TopPair.HomologyPretheory.δ 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} (self : TopPair.HomologyPretheory C c) (i j : ι) : self.Hₚ i ⟶ TopPair.proj₂.comp (self.H j) - TopPair.HomologyPretheory.Hom.ext 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} {inst✝ : CategoryTheory.Category.{v_1, u_1} C} {inst✝¹ : CategoryTheory.Limits.HasZeroMorphisms C} {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} {x y : HP.Hom HP'} (homₚ : x.homₚ = y.homₚ) (hom : x.hom = y.hom) : x = y - TopPair.HomologyPretheory.Hom.ext_iff 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} {inst✝ : CategoryTheory.Category.{v_1, u_1} C} {inst✝¹ : CategoryTheory.Limits.HasZeroMorphisms C} {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} {x y : HP.Hom HP'} : x = y ↔ x.homₚ = y.homₚ ∧ x.hom = y.hom - TopPair.HomologyPretheory.IsHomotopyInvariant.map_eq_of_homotopy 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} {inst✝ : CategoryTheory.Category.{v_1, u_1} C} {inst✝¹ : CategoryTheory.Limits.HasZeroMorphisms C} {ι : Type u_2} {c : ComplexShape ι} (HP : TopPair.HomologyPretheory C c) [self : HP.IsHomotopyInvariant] {X Y : TopPair} {f g : X ⟶ Y} (F : TopPair.Homotopy f g) (i : ι) : (HP.Hₚ i).map f = (HP.Hₚ i).map g - TopPair.HomologyPretheory.IsHomotopyInvariant.mk 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP : TopPair.HomologyPretheory C c} (map_eq_of_homotopy : ∀ {X Y : TopPair} {f g : X ⟶ Y} (F : TopPair.Homotopy f g) (i : ι), (HP.Hₚ i).map f = (HP.Hₚ i).map g := by cat_disch) : HP.IsHomotopyInvariant - TopPair.HomologyPretheory.hₚFunctor_map 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} (i : ι) {X✝ Y✝ : TopPair.HomologyPretheory C c} (f : X✝ ⟶ Y✝) : (TopPair.HomologyPretheory.hₚFunctor i).map f = f.homₚ i - TopPair.HomologyPretheory.id_homₚ 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} (x✝ : TopPair.HomologyPretheory C c) (x✝¹ : ι) : (CategoryTheory.CategoryStruct.id x✝).homₚ x✝¹ = CategoryTheory.CategoryStruct.id (x✝.Hₚ x✝¹) - TopPair.HomologyPretheory.comp_homₚ 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {X✝ Y✝ Z✝ : TopPair.HomologyPretheory C c} (f : X✝.Hom Y✝) (g : Y✝.Hom Z✝) (x✝ : ι) : (CategoryTheory.CategoryStruct.comp f g).homₚ x✝ = CategoryTheory.CategoryStruct.comp (f.homₚ x✝) (g.homₚ x✝) - TopPair.HomologyPretheory.iso_homₚ_inv_hom 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') (i : ι) : CategoryTheory.CategoryStruct.comp (HP.iso i).hom (CategoryTheory.CategoryStruct.comp (TopPair.incl.whiskerLeft (f.homₚ i)) (HP'.iso i).inv) = f.hom i - TopPair.HomologyPretheory.Hom.iso_comm 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (self : HP.Hom HP') (i : ι) : CategoryTheory.CategoryStruct.comp (HP.iso i).hom (TopPair.incl.whiskerLeft (self.homₚ i)) = CategoryTheory.CategoryStruct.comp (self.hom i) (HP'.iso i).hom - TopPair.HomologyPretheory.inv_hom_iso_homₚ 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') (i : ι) : CategoryTheory.CategoryStruct.comp (HP.iso i).inv (CategoryTheory.CategoryStruct.comp (f.hom i) (HP'.iso i).hom) = TopPair.incl.whiskerLeft (f.homₚ i) - TopPair.HomologyPretheory.iso_homₚ_inv_hom_assoc 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') (i : ι) {Z : CategoryTheory.Functor TopCat C} (h : HP'.H i ⟶ Z) : CategoryTheory.CategoryStruct.comp (HP.iso i).hom (CategoryTheory.CategoryStruct.comp (TopPair.incl.whiskerLeft (f.homₚ i)) (CategoryTheory.CategoryStruct.comp (HP'.iso i).inv h)) = CategoryTheory.CategoryStruct.comp (f.hom i) h - TopPair.HomologyPretheory.id_hom 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} (x✝ : TopPair.HomologyPretheory C c) (i : ι) : (CategoryTheory.CategoryStruct.id x✝).hom i = CategoryTheory.CategoryStruct.comp (x✝.iso i).hom (CategoryTheory.CategoryStruct.comp (TopPair.incl.whiskerLeft ((fun x => CategoryTheory.CategoryStruct.id (x✝.Hₚ x)) i)) (x✝.iso i).inv) - TopPair.HomologyPretheory.Hom.iso_comm_assoc 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (self : HP.Hom HP') (i : ι) {Z : CategoryTheory.Functor TopCat C} (h : TopPair.incl.comp (HP'.Hₚ i) ⟶ Z) : CategoryTheory.CategoryStruct.comp (HP.iso i).hom (CategoryTheory.CategoryStruct.comp (TopPair.incl.whiskerLeft (self.homₚ i)) h) = CategoryTheory.CategoryStruct.comp (self.hom i) (CategoryTheory.CategoryStruct.comp (HP'.iso i).hom h) - TopPair.HomologyPretheory.iso_homₚ_inv_hom_app 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') (i : ι) (X : TopCat) : CategoryTheory.CategoryStruct.comp ((HP.iso i).hom.app X) (CategoryTheory.CategoryStruct.comp ((f.homₚ i).app (TopPair.ofTopCat X)) ((HP'.iso i).inv.app X)) = (f.hom i).app X - TopPair.HomologyPretheory.comp_hom 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {X✝ Y✝ Z✝ : TopPair.HomologyPretheory C c} (f : X✝.Hom Y✝) (g : Y✝.Hom Z✝) (i : ι) : (CategoryTheory.CategoryStruct.comp f g).hom i = CategoryTheory.CategoryStruct.comp (X✝.iso i).hom (CategoryTheory.CategoryStruct.comp (TopPair.incl.whiskerLeft ((fun x => CategoryTheory.CategoryStruct.comp (f.homₚ x) (g.homₚ x)) i)) (Z✝.iso i).inv) - TopPair.HomologyPretheory.Hom.iso_comm_app 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') (i : ι) (X : TopCat) : CategoryTheory.CategoryStruct.comp ((HP.iso i).hom.app X) ((f.homₚ i).app (TopPair.ofTopCat X)) = CategoryTheory.CategoryStruct.comp ((f.hom i).app X) ((HP'.iso i).hom.app X) - TopPair.HomologyPretheory.inv_hom_iso_homₚ_assoc 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') (i : ι) {Z : CategoryTheory.Functor TopCat C} (h : TopPair.incl.comp (HP'.Hₚ i) ⟶ Z) : CategoryTheory.CategoryStruct.comp (HP.iso i).inv (CategoryTheory.CategoryStruct.comp (f.hom i) (CategoryTheory.CategoryStruct.comp (HP'.iso i).hom h)) = CategoryTheory.CategoryStruct.comp (TopPair.incl.whiskerLeft (f.homₚ i)) h - TopPair.HomologyPretheory.inv_hom_iso_homₚ_app 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') (i : ι) (X : TopCat) : CategoryTheory.CategoryStruct.comp ((HP.iso i).inv.app X) (CategoryTheory.CategoryStruct.comp ((f.hom i).app X) ((HP'.iso i).hom.app X)) = (f.homₚ i).app (TopPair.ofTopCat X) - TopPair.HomologyPretheory.ext 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} {inst✝ : CategoryTheory.Category.{v_1, u_1} C} {inst✝¹ : CategoryTheory.Limits.HasZeroMorphisms C} {ι : Type u_2} {c : ComplexShape ι} {x y : TopPair.HomologyPretheory C c} (Hₚ : x.Hₚ = y.Hₚ) (H : x.H = y.H) (iso : x.iso ≍ y.iso) (δ : x.δ ≍ y.δ) : x = y - TopPair.HomologyPretheory.ext_iff 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} {inst✝ : CategoryTheory.Category.{v_1, u_1} C} {inst✝¹ : CategoryTheory.Limits.HasZeroMorphisms C} {ι : Type u_2} {c : ComplexShape ι} {x y : TopPair.HomologyPretheory C c} : x = y ↔ x.Hₚ = y.Hₚ ∧ x.H = y.H ∧ x.iso ≍ y.iso ∧ x.δ ≍ y.δ - TopPair.HomologyPretheory.iso_homₚ_inv_hom_app_assoc 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') (i : ι) (X : TopCat) {Z : C} (h : (HP'.H i).obj X ⟶ Z) : CategoryTheory.CategoryStruct.comp ((HP.iso i).hom.app X) (CategoryTheory.CategoryStruct.comp ((f.homₚ i).app (TopPair.ofTopCat X)) (CategoryTheory.CategoryStruct.comp ((HP'.iso i).inv.app X) h)) = CategoryTheory.CategoryStruct.comp ((f.hom i).app X) h - TopPair.HomologyPretheory.Hom.w 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (self : HP.Hom HP') (i j : ι) : CategoryTheory.CategoryStruct.comp (HP.δ i j) (TopPair.proj₂.whiskerLeft (self.hom j)) = CategoryTheory.CategoryStruct.comp (self.homₚ i) (HP'.δ i j) - TopPair.HomologyPretheory.Hom.iso_comm_app_assoc 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') (i : ι) (X : TopCat) {Z : C} (h : (HP'.Hₚ i).obj (TopPair.ofTopCat X) ⟶ Z) : CategoryTheory.CategoryStruct.comp ((HP.iso i).hom.app X) (CategoryTheory.CategoryStruct.comp ((f.homₚ i).app (TopPair.ofTopCat X)) h) = CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.comp ((f.hom i).app X) ((HP'.iso i).hom.app X)) h - TopPair.HomologyPretheory.Hom.w_app 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') (i j : ι) (X : TopPair) : CategoryTheory.CategoryStruct.comp ((HP.δ i j).app X) ((f.hom j).app X.left) = CategoryTheory.CategoryStruct.comp ((f.homₚ i).app X) ((HP'.δ i j).app X) - TopPair.HomologyPretheory.shape_δ 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} (self : TopPair.HomologyPretheory C c) (i j : ι) (h : ¬c.Rel i j) : self.δ i j = 0 - TopPair.HomologyPretheory.inv_hom_iso_homₚ_app_assoc 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') (i : ι) (X : TopCat) {Z : C} (h : (HP'.Hₚ i).obj (TopPair.incl.obj X) ⟶ Z) : CategoryTheory.CategoryStruct.comp ((HP.iso i).inv.app X) (CategoryTheory.CategoryStruct.comp ((f.hom i).app X) (CategoryTheory.CategoryStruct.comp ((HP'.iso i).hom.app X) h)) = CategoryTheory.CategoryStruct.comp ((f.homₚ i).app (TopPair.ofTopCat X)) h - TopPair.HomologyPretheory.Hom.w_app_assoc 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (f : HP ⟶ HP') (i j : ι) (X : TopPair) {Z : C} (h : (HP'.H j).obj X.left ⟶ Z) : CategoryTheory.CategoryStruct.comp ((HP.δ i j).app X) (CategoryTheory.CategoryStruct.comp ((f.hom j).app X.left) h) = CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.comp ((f.homₚ i).app X) ((HP'.δ i j).app X)) h - TopPair.HomologyPretheory.mk 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} (Hₚ : ι → CategoryTheory.Functor TopPair C) (H : ι → CategoryTheory.Functor TopCat C) (iso : (i : ι) → H i ≅ TopPair.incl.comp (Hₚ i)) (δ : (i j : ι) → Hₚ i ⟶ TopPair.proj₂.comp (H j)) (shape_δ : ∀ (i j : ι), ¬c.Rel i j → δ i j = 0 := by cat_disch) : TopPair.HomologyPretheory C c - TopPair.HomologyPretheory.Hom.w_assoc 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (self : HP.Hom HP') (i j : ι) {Z : CategoryTheory.Functor TopPair C} (h : TopPair.proj₂.comp (HP'.H j) ⟶ Z) : CategoryTheory.CategoryStruct.comp (HP.δ i j) (CategoryTheory.CategoryStruct.comp (TopPair.proj₂.whiskerLeft (self.hom j)) h) = CategoryTheory.CategoryStruct.comp (self.homₚ i) (CategoryTheory.CategoryStruct.comp (HP'.δ i j) h) - TopPair.HomologyPretheory.Hom.mk 📋 Mathlib.AlgebraicTopology.EilenbergSteenrod
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} {c : ComplexShape ι} {HP HP' : TopPair.HomologyPretheory C c} (homₚ : (i : ι) → HP.Hₚ i ⟶ HP'.Hₚ i) (hom : (i : ι) → HP.H i ⟶ HP'.H i) (iso_comm : ∀ (i : ι), CategoryTheory.CategoryStruct.comp (HP.iso i).hom (TopPair.incl.whiskerLeft (homₚ i)) = CategoryTheory.CategoryStruct.comp (hom i) (HP'.iso i).hom := by cat_disch) (w : ∀ (i j : ι), CategoryTheory.CategoryStruct.comp (HP.δ i j) (TopPair.proj₂.whiskerLeft (hom j)) = CategoryTheory.CategoryStruct.comp (homₚ i) (HP'.δ i j) := by cat_disch) : HP.Hom HP'
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
🔍Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
🔍"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
🔍_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
🔍Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
🔍(?a -> ?b) -> List ?a -> List ?b
🔍List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
🔍|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of all→and∀) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
🔍|- _ < _ → tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
⊢ (_ : Type _)finds all definitions which provide data while⊢ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
🔍 Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ → _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c