Skip to content

Commit

Permalink
Added a rule for what eta looks like at the coproduct, just in terms …
Browse files Browse the repository at this point in the history
…of the diagram not with any proof term artifacts.
  • Loading branch information
ivoysey committed Feb 25, 2014
1 parent a8aa4f3 commit 2c8975a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion notes_week3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,16 @@ \subsection{Coproduct}
{} & C & {}
\end{tikzcd}
\]
where given a map $M:A+B\to C$ such that $M\circ \inl \equiv P$ and $M\circ \inr \equiv Q$, the map is in fact equivalent to $M\equiv \{P,Q\}$, so the $\eta$ rule makes the center cell commute.
where given a map $M:A+B\to C$ such that $M\circ \inl \equiv P$ and $M\circ
\inr \equiv Q$, the map is in fact equivalent to $M\equiv \{P,Q\}$, so the
$\eta$ rule makes the center cell commute. In other words,
\[
\infer[\eta+]
{M=\{P,Q\} : A+B \to C}
{M : A + B \to C & M \circ \inl = P : A \to C & M \circ \inr = Q : B \to C}
\]



Just as we have done for $\eta{\wedge}$, we can rewrite the $\eta{\vee}$ rule by explicitly naming $P:Q\to C$ and $Q:B\to C$ as follows
\[
Expand Down

0 comments on commit 2c8975a

Please sign in to comment.