Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinescardo committed Aug 29, 2023
1 parent ac08db0 commit 2d342fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/InjectiveTypes/CounterExamples-working.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ retracts-of-small-types-are-small {𝓤} {𝓥} {𝓦} =
open import InjectiveTypes.OverSmallMaps fe
open import TypeTopology.DiscreteAndSeparated

small-injective-sets-with-two-distinct-points-gives-ꪪ-resizing
small-ainjective-types-with-two-distinct-points-gives-ꪪ-resizing
: retracts-of-small-types-are-small
→ (D : 𝓤 ̇ )
→ ainjective-type D 𝓤 𝓥
→ has-two-distinct-points D
→ Ω¬¬ 𝓤 is 𝓤 small
small-injective-sets-with-two-distinct-points-gives-ꪪ-resizing
small-ainjective-types-with-two-distinct-points-gives-ꪪ-resizing
{𝓤} {𝓥} small-retracts D D-ainj ((x₀ , x₁) , distinct) = II I
where
f : 𝟚 → D
Expand Down Expand Up @@ -195,7 +195,7 @@ example : retracts-of-small-types-are-small
→ ainjective-type (𝓤 ̇ ) (𝓤 ⁺) (𝓤 ⁺ ⁺)
→ Ω¬¬ (𝓤 ⁺) is (𝓤 ⁺) small
example {𝓤} small-retracts ainj =
small-injective-sets-with-two-distinct-points-gives-ꪪ-resizing
small-ainjective-types-with-two-distinct-points-gives-ꪪ-resizing
small-retracts
(𝓤 ̇ )
ainj
Expand Down

0 comments on commit 2d342fe

Please sign in to comment.