small fix to Connectives
This commit is contained in:
parent
e54f752b6f
commit
00a04e43d1
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ Evidence that `A × B` holds is of the form `⟨ M , N ⟩`, where `M`
|
||||||
provides evidence that `A` holds and `N` provides evidence that `B`
|
provides evidence that `A` holds and `N` provides evidence that `B`
|
||||||
holds.
|
holds.
|
||||||
|
|
||||||
Given evidence that `A × B` holds, we can conclude that either
|
Given evidence that `A × B` holds, we can conclude that both
|
||||||
`A` holds or `B` holds:
|
`A` holds and `B` holds:
|
||||||
```
|
```
|
||||||
proj₁ : ∀ {A B : Set}
|
proj₁ : ∀ {A B : Set}
|
||||||
→ A × B
|
→ A × B
|
||||||
|
|
Loading…
Reference in a new issue