7 lines
131 B
Text
7 lines
131 B
Text
theorem ex
|
||
(h₁ : α = β)
|
||
(as : List α)
|
||
(bs : List β)
|
||
(h₂ : (h ▸ as) = bs)
|
||
: True :=
|
||
True.intro
|