Loogle!
Result
Found 47 declarations mentioning ComplexShape.TensorSigns.
- ComplexShape.TensorSigns 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) : Type u_7 - ComplexShape.ε 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] (i : I) : ℤˣ - ComplexShape.instTotalComplexShape 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] : TotalComplexShape c c c - ComplexShape.TensorSigns.ε' 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} {inst✝ : AddMonoid I} (c : ComplexShape I) [self : c.TensorSigns] : Multiplicative I →* ℤˣ - ComplexShape.ε₁_def 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] (x✝ : I × I) : TotalComplexShape.ε₁ c c c x✝ = 1 - ComplexShape.instAssociative 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] : c.Associative c c c c c - ComplexShape.ε_zero 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] : c.ε 0 = 1 - ComplexShape.add_rel 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] (r : I) {p q : I} (hpq : c.Rel p q) : c.Rel (r + p) (r + q) - ComplexShape.rel_add 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] {p q : I} (hpq : c.Rel p q) (r : I) : c.Rel (p + r) (q + r) - ComplexShape.ε₂_def 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] (x✝ : I × I) : TotalComplexShape.ε₂ c c c x✝ = match x✝ with | (p, snd) => c.ε p - ComplexShape.TensorSigns.add_rel 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} {inst✝ : AddMonoid I} {c : ComplexShape I} [self : c.TensorSigns] (p q r : I) (hpq : c.Rel p q) : c.Rel (r + p) (r + q) - ComplexShape.TensorSigns.rel_add 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} {inst✝ : AddMonoid I} {c : ComplexShape I} [self : c.TensorSigns] (p q r : I) (hpq : c.Rel p q) : c.Rel (p + r) (q + r) - ComplexShape.ε_succ 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] {p q : I} (hpq : c.Rel p q) : c.ε q = -c.ε p - ComplexShape.π_def 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] (x✝ : I × I) : TotalComplexShape.π c c c x✝ = match x✝ with | (p, q) => p + q - ComplexShape.next_add 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] (p q : I) (hp : c.Rel p (c.next p)) : c.next (p + q) = c.next p + q - ComplexShape.next_add' 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] (p q : I) (hq : c.Rel q (c.next q)) : c.next (p + q) = p + c.next q - ComplexShape.instTensorSignsNatDown 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
: (ComplexShape.down ℕ).TensorSigns - ComplexShape.instTensorSignsIntUp 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
: (ComplexShape.up ℤ).TensorSigns - ComplexShape.ε_add 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] (p q : I) : c.ε (p + q) = c.ε p * c.ε q - ComplexShape.TensorSigns.ε'_succ 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} {inst✝ : AddMonoid I} {c : ComplexShape I} [self : c.TensorSigns] (p q : I) (hpq : c.Rel p q) : (ComplexShape.TensorSigns.ε' c) q = -(ComplexShape.TensorSigns.ε' c) p - ComplexShape.TensorSigns.mk 📋 Mathlib.Algebra.Homology.ComplexShapeSigns
{I : Type u_7} [AddMonoid I] {c : ComplexShape I} (ε' : Multiplicative I →* ℤˣ) (rel_add : ∀ (p q r : I), c.Rel p q → c.Rel (p + r) (q + r)) (add_rel : ∀ (p q r : I), c.Rel p q → c.Rel (r + p) (r + q)) (ε'_succ : ∀ (p q : I), c.Rel p q → ε' q = -ε' p) : c.TensorSigns - HomologicalComplex.HasGoodTensor₁₂ 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K₁ K₂ K₃ : HomologicalComplex C c) : Prop - HomologicalComplex.HasGoodTensor₂₃ 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K₁ K₂ K₃ : HomologicalComplex C c) : Prop - HomologicalComplex.HasTensor 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K₁ K₂ : HomologicalComplex C c) : Prop - HomologicalComplex.instHasGoodTensor₁₂OfHasGoodTensor₁₂TensorX 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K₁ K₂ K₃ : HomologicalComplex C c) [CategoryTheory.GradedObject.HasGoodTensor₁₂Tensor K₁.X K₂.X K₃.X] : K₁.HasGoodTensor₁₂ K₂ K₃ - HomologicalComplex.instHasGoodTensor₂₃OfHasGoodTensorTensor₂₃X 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K₁ K₂ K₃ : HomologicalComplex C c) [CategoryTheory.GradedObject.HasGoodTensorTensor₂₃ K₁.X K₂.X K₃.X] : K₁.HasGoodTensor₂₃ K₂ K₃ - HomologicalComplex.tensorObj 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] [DecidableEq I] (K₁ K₂ : HomologicalComplex C c) [K₁.HasTensor K₂] : HomologicalComplex C c - HomologicalComplex.instHasTensorOfHasTensorX 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K₁ K₂ : HomologicalComplex C c) [CategoryTheory.GradedObject.HasTensor K₁.X K₂.X] : K₁.HasTensor K₂ - HomologicalComplex.instHasTensorTensorUnit_1 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₁ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁)] : K.HasTensor (HomologicalComplex.tensorUnit C c) - HomologicalComplex.instHasTensorTensorUnit 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₂ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).flip.obj X₂)] : (HomologicalComplex.tensorUnit C c).HasTensor K - HomologicalComplex.rightUnitor 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₁ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁)] : K.tensorObj (HomologicalComplex.tensorUnit C c) ≅ K - HomologicalComplex.leftUnitor 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₂ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).flip.obj X₂)] : (HomologicalComplex.tensorUnit C c).tensorObj K ≅ K - HomologicalComplex.rightUnitor' 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₁ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁)] : (K.tensorObj (HomologicalComplex.tensorUnit C c)).X ≅ K.X - HomologicalComplex.ιTensorObj 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] [DecidableEq I] (K₁ K₂ : HomologicalComplex C c) [K₁.HasTensor K₂] (i₁ i₂ j : I) (h : i₁ + i₂ = j) : CategoryTheory.MonoidalCategoryStruct.tensorObj (K₁.X i₁) (K₂.X i₂) ⟶ (K₁.tensorObj K₂).X j - HomologicalComplex.leftUnitor' 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₂ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).flip.obj X₂)] : ((HomologicalComplex.tensorUnit C c).tensorObj K).X ≅ K.X - HomologicalComplex.monoidalCategoryStruct 📋 Mathlib.Algebra.Homology.Monoidal
(C : Type u_1) [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] [∀ (X₁ X₂ : CategoryTheory.GradedObject I C), X₁.HasTensor X₂] [∀ (X₁ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁)] [∀ (X₂ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).flip.obj X₂)] [∀ (X₁ X₂ X₃ : CategoryTheory.GradedObject I C), X₁.HasGoodTensor₁₂Tensor X₂ X₃] [∀ (X₁ X₂ X₃ : CategoryTheory.GradedObject I C), X₁.HasGoodTensorTensor₂₃ X₂ X₃] [DecidableEq I] : CategoryTheory.MonoidalCategoryStruct (HomologicalComplex C c) - HomologicalComplex.monoidalCategory 📋 Mathlib.Algebra.Homology.Monoidal
(C : Type u_1) [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] [∀ (X₁ X₂ : CategoryTheory.GradedObject I C), X₁.HasTensor X₂] [∀ (X₁ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁)] [∀ (X₂ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).flip.obj X₂)] [∀ (X₁ X₂ X₃ X₄ : CategoryTheory.GradedObject I C), X₁.HasTensor₄ObjExt X₂ X₃ X₄] [∀ (X₁ X₂ X₃ : CategoryTheory.GradedObject I C), X₁.HasGoodTensor₁₂Tensor X₂ X₃] [∀ (X₁ X₂ X₃ : CategoryTheory.GradedObject I C), X₁.HasGoodTensorTensor₂₃ X₂ X₃] [DecidableEq I] : CategoryTheory.MonoidalCategory (HomologicalComplex C c) - HomologicalComplex.associator 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] [DecidableEq I] (K₁ K₂ K₃ : HomologicalComplex C c) [K₁.HasTensor K₂] [K₂.HasTensor K₃] [(K₁.tensorObj K₂).HasTensor K₃] [K₁.HasTensor (K₂.tensorObj K₃)] [K₁.HasGoodTensor₁₂ K₂ K₃] [K₁.HasGoodTensor₂₃ K₂ K₃] : (K₁.tensorObj K₂).tensorObj K₃ ≅ K₁.tensorObj (K₂.tensorObj K₃) - HomologicalComplex.tensorHom 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] [DecidableEq I] {K₁ K₂ L₁ L₂ : HomologicalComplex C c} (f : K₁ ⟶ L₁) (g : K₂ ⟶ L₂) [K₁.HasTensor K₂] [L₁.HasTensor L₂] : K₁.tensorObj K₂ ⟶ L₁.tensorObj L₂ - HomologicalComplex.Monoidal.inducingFunctorData 📋 Mathlib.Algebra.Homology.Monoidal
(C : Type u_1) [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] (c : ComplexShape I) [c.TensorSigns] [∀ (X₁ X₂ : CategoryTheory.GradedObject I C), X₁.HasTensor X₂] [∀ (X₁ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁)] [∀ (X₂ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).flip.obj X₂)] [∀ (X₁ X₂ X₃ X₄ : CategoryTheory.GradedObject I C), X₁.HasTensor₄ObjExt X₂ X₃ X₄] [∀ (X₁ X₂ X₃ : CategoryTheory.GradedObject I C), X₁.HasGoodTensor₁₂Tensor X₂ X₃] [∀ (X₁ X₂ X₃ : CategoryTheory.GradedObject I C), X₁.HasGoodTensorTensor₂₃ X₂ X₃] [DecidableEq I] : CategoryTheory.Monoidal.InducingFunctorData (HomologicalComplex.forget C c) - HomologicalComplex.rightUnitor'_inv_comm 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₁ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁)] (i j : I) : CategoryTheory.CategoryStruct.comp (K.rightUnitor'.inv i) ((K.tensorObj (HomologicalComplex.tensorUnit C c)).d i j) = CategoryTheory.CategoryStruct.comp (K.d i j) (K.rightUnitor'.inv j) - HomologicalComplex.leftUnitor'_inv_comm 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₂ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).flip.obj X₂)] (i j : I) : CategoryTheory.CategoryStruct.comp (K.leftUnitor'.inv i) (((HomologicalComplex.tensorUnit C c).tensorObj K).d i j) = CategoryTheory.CategoryStruct.comp (K.d i j) (K.leftUnitor'.inv j) - HomologicalComplex.leftUnitor'_inv_comm_assoc 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₂ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).flip.obj X₂)] (i j : I) {Z : C} (h : ((HomologicalComplex.tensorUnit C c).tensorObj K).X j ⟶ Z) : CategoryTheory.CategoryStruct.comp (K.leftUnitor'.inv i) (CategoryTheory.CategoryStruct.comp (((HomologicalComplex.tensorUnit C c).tensorObj K).d i j) h) = CategoryTheory.CategoryStruct.comp (K.d i j) (CategoryTheory.CategoryStruct.comp (K.leftUnitor'.inv j) h) - HomologicalComplex.rightUnitor'_inv 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₁ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁)] (i : I) : K.rightUnitor'.inv i = CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.rightUnitor (K.X i)).inv (CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft (K.X i) (HomologicalComplex.singleObjXSelf c 0 (CategoryTheory.MonoidalCategoryStruct.tensorUnit C)).inv) (K.ιTensorObj (HomologicalComplex.tensorUnit C c) i 0 i ⋯)) - HomologicalComplex.leftUnitor'_inv 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₂ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).flip.obj X₂)] (i : I) : K.leftUnitor'.inv i = CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.leftUnitor (K.X i)).inv (CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight (HomologicalComplex.singleObjXSelf c 0 (CategoryTheory.MonoidalCategoryStruct.tensorUnit C)).inv (K.X i)) ((HomologicalComplex.tensorUnit C c).ιTensorObj K 0 i i ⋯)) - HomologicalComplex.tensor_unit_d₂ 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₁ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁)] (i₁ i₂ j : I) : HomologicalComplex.mapBifunctor.d₂ K (HomologicalComplex.tensorUnit C c) (CategoryTheory.MonoidalCategory.curriedTensor C) c i₁ i₂ j = 0 - HomologicalComplex.unit_tensor_d₁ 📋 Mathlib.Algebra.Homology.Monoidal
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.Preadditive C] [CategoryTheory.Limits.HasZeroObject C] [(CategoryTheory.MonoidalCategory.curriedTensor C).Additive] [∀ (X₁ : C), ((CategoryTheory.MonoidalCategory.curriedTensor C).obj X₁).Additive] {I : Type u_2} [AddMonoid I] {c : ComplexShape I} [c.TensorSigns] (K : HomologicalComplex C c) [DecidableEq I] [∀ (X₂ : C), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) ((CategoryTheory.MonoidalCategory.curriedTensor C).flip.obj X₂)] (i₁ i₂ j : I) : HomologicalComplex.mapBifunctor.d₁ (HomologicalComplex.tensorUnit C c) K (CategoryTheory.MonoidalCategory.curriedTensor C) c i₁ i₂ j = 0
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