Theorems · Inductive type · category theory
CategoryTheory.NatTrans
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
CategoryTheory.Functor C D → CategoryTheory.Functor C D → Type (max u₁ v₂)NatTrans F G represents a natural transformation between functors F and G.
The field app provides the components of the natural transformation.
Naturality is expressed by α.naturality.
- Defined in
- Mathlib.CategoryTheory.NatTrans
- Cited by
- 82 results in Mathlib
- Foundations
- Depth 2 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- CategoryTheory.Functorstatement · cited by 16,252
Cited by117
Results whose statement or proof uses this declaration.
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.NatTrans.naturalitystatement and proof · cited by 318
- CategoryTheory.NatTrans.naturality_assocstatement and proof · cited by 68
- CategoryTheory.congr_appstatement and proof · cited by 58
- CategoryTheory.MonadHom.toNatTransstatement · cited by 21
- CategoryTheory.NatTrans.extstatement and proof · cited by 20
- CategoryTheory.ComonadHom.toNatTransstatement · cited by 15
- CategoryTheory.NatTrans.mk.congr_simpstatement · cited by 13
- CategoryTheory.BasedNatTrans.toNatTransstatement · cited by 12
- CategoryTheory.NatTrans.idstatement · cited by 9
- CategoryTheory.NatTrans.naturality'statement and proof · cited by 6
- CategoryTheory.NatTrans.mk'statement · cited by 4