Skip to content

Commit 9f5cc48

Browse files
committed
FIX: can't have titles in directives
1 parent b93c4d2 commit 9f5cc48

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lectures/networks.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,19 +1408,21 @@ Show that $\sim$ is an [equivalence relation](https://en.wikipedia.org/wiki/Equi
14081408
:class: dropdown
14091409
```
14101410

1411-
### Reflexivity
1411+
**Reflexivity:**
1412+
14121413
Trivially, $u = v \Rightarrow u \rightarrow v$.
14131414

14141415
Thus, $u \sim u$.
14151416

1416-
### Symmetry
1417+
**Symmetry:**
14171418
Suppose, $u \sim v$
14181419

14191420
$\Rightarrow u \rightarrow v$ and $v \rightarrow u$.
14201421

14211422
By definition, this implies $v \sim u$.
14221423

1423-
### Transitivity
1424+
**Transitivity:**
1425+
14241426
Suppose, $u \sim v$ and $v \sim w$
14251427

14261428
This implies, $u \rightarrow v$ and $v \rightarrow u$ and also $v \rightarrow w$ and $w \rightarrow v$.

0 commit comments

Comments
 (0)