Skip to content

Commit

Permalink
make pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EgbertRijke committed Nov 28, 2023
1 parent 8a5fe0b commit 859fcfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/graph-theory/complete-bipartite-graphs.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ consisting of:
- The finite set of vertices is the
[coproduct type](univalent-combinatorics.coproduct-types.md) `X + Y`.
- Given an [unordered pair](foundation.unordered-pairs.md) `f : I X + Y` of
vertices, the finite type of edges on the unordered pair `(I , f)` is given
by
vertices, the finite type of edges on the unordered pair `(I , f)` is given by

```text
(Σ (x : X), fiber f (inl x)) × (Σ (y : Y), fiber f (inr y)).
Expand Down

0 comments on commit 859fcfe

Please sign in to comment.