Fix a tiny rendering bug due to a \n in inline code (#536)
This commit is contained in:
parent
0aff7d8b2d
commit
a38bdbac8c
1 changed files with 2 additions and 2 deletions
|
@ -334,8 +334,8 @@ using holes and the `C-c C-c`, `C-c C-,`, and `C-c C-r` commands.
|
|||
## Anti-symmetry
|
||||
|
||||
The third property to prove about comparison is that it is
|
||||
antisymmetric: for all naturals `m` and `n`, if both `m ≤ n` and `n ≤
|
||||
m` hold, then `m ≡ n` holds:
|
||||
antisymmetric: for all naturals `m` and `n`, if both `m ≤ n` and
|
||||
`n ≤ m` hold, then `m ≡ n` holds:
|
||||
```
|
||||
≤-antisym : ∀ {m n : ℕ}
|
||||
→ m ≤ n
|
||||
|
|
Loading…
Reference in a new issue