lean4-htt/old_tests/tests/lean/run/univ2.lean
2018-04-10 12:56:55 -07:00

8 lines
217 B
Text

axiom I : Type
definition F (X : Type) : Type := (X → Prop) → Prop
axiom unfoldd : I → F I
axiom foldd : F I → I
axiom iso1 : ∀x, foldd (unfoldd x) = x
theorem iso2 : ∀x, foldd (unfoldd x) = x
:= sorry