Skip to content

Commit

Permalink
improve remark
Browse files Browse the repository at this point in the history
  • Loading branch information
martinescardo committed Aug 25, 2023
1 parent 94e7834 commit 67495b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/InjectiveTypes/CounterExamples.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,12 @@ open import Notation.CanonicalMap

The above again illustrates that we can use injectivity to define
discontinuous functions. But we can actually get a stronger
conclusion with a simpler proof.
conclusion with a weaker assumption and a simpler proof.

\begin{code}

ℕ∞-injective-gives-WEM : ainjective-type ℕ∞ 𝓤 𝓥 → WEM 𝓤
ℕ∞-injective-gives-WEM {𝓤} ℕ∞-ainj =
ℕ∞-injective-gives-WEM ℕ∞-ainj =
𝟚-ainjective-gives-WEM (retract-of-ainjective 𝟚 ℕ∞ ℕ∞-ainj 𝟚-retract-of-ℕ∞)

\end{code}

0 comments on commit 67495b5

Please sign in to comment.