This PR fixes an initialization issue for local `Function.Injective f` hypotheses. Closes #11088
3 lines
91 B
Text
3 lines
91 B
Text
example (f : α → β) (h : Function.Injective f)
|
||
: f a = f b → a = b := by
|
||
grind
|