Zulip Chat Archive
Stream: mathlib4
Topic: instUniformSpaceProd
Matthew Ballard (Jan 25 2024 at 17:53):
Should this be
example [UniformSpace α] [UniformSpace β] :
(instTopologicalSpaceProd : TopologicalSpace (α × β)) = UniformSpace.toTopologicalSpace := by
with_reducible_and_instances rfl
?
Matthew Ballard (Jan 25 2024 at 19:09):
In general these diamond checks at default transparency seem like an anti-pattern when we are worried about passing snuff in simp
and type class synthesis
Anatole Dedecker (Jan 25 2024 at 20:38):
I'm no expert with reducibility, but that makes sense to me.
Matthew Ballard (Jan 25 2024 at 22:37):
Eric Wieser (Jan 25 2024 at 23:34):
It sounds like the reducible non-instances
library note could do with an update to reflect the new stuff you're working out
Last updated: May 02 2025 at 03:31 UTC