We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0431d1 commit 866eee5Copy full SHA for 866eee5
source/UF/SystemFNotionOfResizing.lagda
@@ -73,6 +73,10 @@ Propositional-System-F-Resizing =
73
(P : A → Ω 𝓤₀) →
74
(Ɐ x ꞉ A , P x) holds is 𝓤₀ small
75
76
+system-F-resizing-implies-prop-system-F-resizing
77
+ : System-F-Resizing → Propositional-System-F-Resizing
78
+system-F-resizing-implies-prop-system-F-resizing 𝕣 A P = 𝕣 A (_holds ∘ P)
79
+
80
\end{code}
81
82
The propositional version is of course trivially implied by propositional
0 commit comments