Zulip Chat Archive
Stream: new members
Topic: double curly braces: ∀ ⦃x⦄
David Renshaw (Apr 04 2021 at 18:37):
What does ∀ ⦃x⦄
mean? e.g. https://github.com/leanprover-community/mathlib/blob/155b31512b6466fc50c9b6bcce8caecedc218443/src/order/basic.lean#L170
Kevin Buzzard (Apr 04 2021 at 18:37):
it's an implicit argument but it's not greedily inserted.
David Renshaw (Apr 04 2021 at 18:38):
ah, I found https://leanprover.github.io/reference/expressions.html#implicit-arguments
Kevin Buzzard (Apr 04 2021 at 18:38):
See this section of TPIL for more on these weak implicit arguments (including examples of how they might be useful).
David Renshaw (Apr 04 2021 at 18:39):
thanks!
Scott Morrison (Apr 04 2021 at 21:49):
I think they are disappearing in Lean 4, so don't fall in love with them!
Last updated: Dec 20 2023 at 11:08 UTC