Skip to content

Commit

Permalink
change of implicit arguments with Tom de Jong
Browse files Browse the repository at this point in the history
  • Loading branch information
martinescardo committed Nov 14, 2024
1 parent d4ee556 commit 2c3ce3d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/InjectiveTypes/Resizing.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ small-ainjective-type-with-two-distinct-points-gives-ꪪ-resizing
f ₁ = x₁

I : Σ s ꞉ (Ω¬¬ 𝓤 → D) , s ∘ 𝟚-to-Ω¬¬ ∼ f
I = ainjectivity-over-small-maps {𝓤₀} {𝓤 ⁺} {𝓤} {𝓤} {𝓥} {𝓦}
I = ainjectivity-over-small-maps 𝓥
D
D-ainj
𝟚-to-Ω¬¬
Expand Down
2 changes: 1 addition & 1 deletion source/InjectiveTypes/Subtypes.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module _ (D : 𝓤 ̇ )
necessary-condition-for-injectivity-of-subtype {𝓦} {𝓣} Σ-ainj = f , g , h
where
ρ : retract Σ P of D
ρ = embedding-retract' {𝓤 ⊔ 𝓥} {𝓤} {𝓣} {𝓥} {𝓦}
ρ = embedding-retract' 𝓦
(Σ P)
D
s
Expand Down
2 changes: 1 addition & 1 deletion source/Taboos/Decomposability.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ ainjective-types-have-Ω-Paths {𝓥} {𝓤} {𝓦} pe D D-ainj x₀ x₁ = II I
f ₁ = x₁

I : Σ g ꞉ (Ω 𝓥 → D) , g ∘ 𝟚-to-Ω ∼ f
I = ainjectivity-over-small-maps {𝓤₀} {𝓥 ⁺} {𝓤} {𝓥} {𝓥} {𝓦}
I = ainjectivity-over-small-maps 𝓥
D
D-ainj
𝟚-to-Ω
Expand Down
3 changes: 3 additions & 0 deletions source/UF/UniverseEmbedding.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ prop-fiber-criterion : PropExt
→ is-prop (fiber f Q)
prop-fiber-criterion pe fe 𝓤 𝓥 f i Q j (P , r) = d (P , r)
where
_ : f P = Q
_ = r

k : is-prop (f P)
k = transport⁻¹ is-prop r j

Expand Down

0 comments on commit 2c3ce3d

Please sign in to comment.