Zulip Chat Archive

Stream: mathlib4

Topic: PosMulMono of LinearOrderedCommMonoidWithZero


Ira Fesefeldt (Aug 02 2024 at 07:05):

Is there some typeclass instance missing or am missing something?

import Mathlib

example {α : Type u} [LinearOrderedCommMonoidWithZero α] : PosMulMono α := by infer_instance -- fails

I am planning to add a LinearOrderedCommMonoidWithZero instance for unitInterval and it would then be nice to use lemmas from Mathlib.Algebra.Order.GroupWithZero.Unbundled

Yaël Dillies (Aug 02 2024 at 07:08):

Yes indeed it seems to be missing


Last updated: May 02 2025 at 03:31 UTC