Fams: less clutter in description of morphisms
This commit is contained in:
parent
ece686e955
commit
e704dde2a3
|
@ -20,7 +20,7 @@ Objects in $\mathcal Fam$ are pairs $B = (B^0,B^1)$ where $B^0$ is a set and $B^
|
||||||
Fams o .Ob = Σ[ B ∈ Set o ] (∣ B ∣ → Set o)
|
Fams o .Ob = Σ[ B ∈ Set o ] (∣ B ∣ → Set o)
|
||||||
```
|
```
|
||||||
|
|
||||||
A morphism between objects $B$ and $C$ in $\mathcal Fam$ is a pair of functions $(f^0,f^1)$ where $f^0$ is a function $f^0 : B^0 \to C^0$ and $f^1$ is a family of functions in $B^0$, $b : B^0 \mapsto f^1 : B^1(b) \to C^1(f^0(b))$.
|
A morphism between objects $B$ and $C$ in $\mathcal Fam$ is a pair of functions $(f^0,f^1)$ where $f^0$ is a function $f^0 : B^0 \to C^0$ and $f^1$ is a family of functions $b : B^0 \mapsto f^1 : B^1(b) \to C^1(f^0(b))$.
|
||||||
```
|
```
|
||||||
Fams o .Hom B C =
|
Fams o .Hom B C =
|
||||||
Σ[ f ∈ (∣ B .fst ∣ → ∣ C .fst ∣) ]
|
Σ[ f ∈ (∣ B .fst ∣ → ∣ C .fst ∣) ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user