Skip to content

Instantly share code, notes, and snippets.

@katrinafyi
Created May 1, 2024 03:57
Show Gist options
  • Save katrinafyi/237e7a571b5e4b4b2a67b551bf2e4042 to your computer and use it in GitHub Desktop.
Save katrinafyi/237e7a571b5e4b4b2a67b551bf2e4042 to your computer and use it in GitHub Desktop.
theory Scratch
imports CTT.CTT
begin
lemma
assumes "X type" "⋀x. x:X ⟹ P(x) type" "Q type"
assumes "g : ∑x:X. (P(x) ⟶ Q)"
shows "h : (∏x:X. P(x)) ⟶ Q"
using assms
sorry
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment