lean4-htt/tests/lean/run/grind_11088.lean
Leonardo de Moura 0d7ca700ad
fix: Function.Injective initialization in grind (#11101)
This PR fixes an initialization issue for local `Function.Injective f`
hypotheses.

Closes #11088
2025-11-06 04:26:57 +00:00

3 lines
91 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

example (f : α → β) (h : Function.Injective f)
: f a = f b → a = b := by
grind