Isomorphisms in the OverColor category #
Useful equivalences. #
The isomorphism between c : X → C
and c ∘ e.symm
as objects in OverColor C
for an
equivalence e
.
Equations
Instances For
The homomorphism between c : X → C
and c ∘ e.symm
as objects in OverColor C
for an
equivalence e
.
Equations
Instances For
Given a map X ⊕ Y → C
, the isomorphism mk c ≅ mk (c ∘ Sum.inl) ⊗ mk (c ∘ Sum.inr)
.
Equations
Instances For
The isomorphism between objects in OverColor C
given equality of maps.
Equations
Instances For
The isomorphism splitting a mk c
for Fin 2 → C
into the tensor product of
the Fin 1 → C
maps defined by c 0
and c 1
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The isomorphism splitting a mk ![c1, c2, c3]
into the tensor product of
a Fin 1 → C
map fun _ => c1
and a Fin 2 → C
map ![c 1, c 2]
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Removes a given i : Fin n.succ.succ
and j : Fin n.succ
from a morphism in OverColor C
.
Equations
- One or more equations did not get rendered due to their size.
- IndexNotation.OverColor.extractTwo i_2 j_2 σ_2 = IndexNotation.OverColor.equivToHomEq (Equiv.refl (Fin 0)) ⋯
Instances For
Removes a given i : Fin n.succ.succ
and j : Fin n.succ
from a morphism in OverColor C
.
This is from and to different (by equivalent) objects to extractTwo
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given a morphism mk c ⟶ mk c1
the corresponding morphism on the Fin 1 ⊕ Fin 1
maps
obtained by extracting i
and j
.
Equations
Instances For
The Isomorphism between a Fin n.succ.succ → C
and the product containing an object in the
image of contrPair
based on the given values.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given a function c
from Fin 1
to C
, this function returns a morphism
from mk c
to mk ![c 0]
. -
Equations
Instances For
This a function that takes a function c
from Fin 2
to C
and
returns a morphism from mk c
to mk ![c 0, c 1]
. -
Equations
Instances For
This is a function that takes a function c
from Fin 3
to C
and returns a morphism
from mk c
to mk ![c 0, c 1, c 2]
. -