Now, `universe` may declare many universes. The goal is to make it consistent with the `variable` command
6 lines
169 B
Text
6 lines
169 B
Text
|
||
universe u
|
||
variable {α : Type u} {p : α → Prop}
|
||
|
||
theorem ex (a : α) (h1 h2 : p a) (h : Subtype.mk a h1 = Subtype.mk a h1) : Subtype.mk a h1 = Subtype.mk a h2 :=
|
||
h
|