Skip to content

Commit

Permalink
Add trivial implication
Browse files Browse the repository at this point in the history
  • Loading branch information
slspeight authored and ayberkt committed May 21, 2024
1 parent f0431d1 commit 866eee5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/UF/SystemFNotionOfResizing.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Propositional-System-F-Resizing =
(P : A → Ω 𝓤₀) →
(Ɐ x ꞉ A , P x) holds is 𝓤₀ small

system-F-resizing-implies-prop-system-F-resizing
: System-F-Resizing → Propositional-System-F-Resizing
system-F-resizing-implies-prop-system-F-resizing 𝕣 A P = 𝕣 A (_holds ∘ P)

\end{code}

The propositional version is of course trivially implied by propositional
Expand Down

0 comments on commit 866eee5

Please sign in to comment.