2-squares of functors #
Given four functors T
, L
, R
and B
, a 2-square TwoSquare T L R B
consists of
a natural transformation w : T ⋙ R ⟶ L ⋙ B
:
T
C₁ ⥤ C₂
L | | R
v v
C₃ ⥤ C₄
B
We define operations to paste such squares horizontally and vertically and prove the interchange law of those two operations.
TODO #
Generalize all of this to double categories.
A 2
-square consists of a natural transformation T ⋙ R ⟶ L ⋙ B
involving fours functors T
, L
, R
, B
that are on the
top/left/right/bottom sides of a square of categories.
Equations
Instances For
Constructor for TwoSquare
.
Equations
Instances For
The natural transformation associated to a 2-square.
Equations
Instances For
The type of 2-squares on functors T
, L
, R
, and B
is trivially equivalent to
the type of natural transformations T ⋙ R ⟶ L ⋙ B
.
Equations
Instances For
The opposite of a 2
-square.
Equations
Instances For
The horizontal identity 2-square.
Equations
Instances For
Notation for the horizontal identity 2-square.
Equations
Instances For
The vertical identity 2-square.
Equations
Instances For
Notation for the vertical identity 2-square.
Equations
Instances For
Whiskering a 2-square with a natural transformation at the top.
Equations
Instances For
Whiskering a 2-square with a natural transformation at the left side.
Equations
Instances For
Whiskering a 2-square with a natural transformation at the right side.
Equations
Instances For
Whiskering a 2-square with a natural transformation at the bottom.
Equations
Instances For
The horizontal composition of 2-squares.
Equations
Instances For
Notation for the horizontal composition of 2-squares.
Equations
Instances For
The vertical composition of 2-squares.
Equations
Instances For
Notation for the vertical composition of 2-squares.
Equations
Instances For
When composing 2-squares which form a diagram of grid, composing horizontally first yields the same result as composing vertically first.