Skip to content

Commit 866eee5

Browse files
slspeightayberkt
authored andcommitted
Add trivial implication
1 parent f0431d1 commit 866eee5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/UF/SystemFNotionOfResizing.lagda

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Propositional-System-F-Resizing =
7373
(P : A → Ω 𝓤₀) →
7474
(Ɐ x ꞉ A , P x) holds is 𝓤₀ small
7575

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+
7680
\end{code}
7781

7882
The propositional version is of course trivially implied by propositional

0 commit comments

Comments
 (0)