Zulip Chat Archive

Stream: mathlib4

Topic: le_mul_left


Violeta Hernández (Oct 24 2024 at 23:29):

docs#Ordinal.le_mul_left is 0 < b → a ≤ a * b while docs#Cardinal.le_mul_left is b ≠ 0 → a ≤ b * a.

Violeta Hernández (Oct 24 2024 at 23:29):

Which one is "correct"?

Violeta Hernández (Oct 24 2024 at 23:32):

I'm inclined to say that either the left is the correct one, or that it's actually a mix of both b ≠ 0 → a ≤ a * b.

Violeta Hernández (Oct 24 2024 at 23:39):

Oh and to make matters worse, a is explicit in the former but implicit in the latter

Violeta Hernández (Oct 24 2024 at 23:40):

I have no preference there, but I'd still like these theorems to be consistent with each other

Eric Wieser (Oct 25 2024 at 02:21):

docs#Nat.le_mul_of_pos_left is some other precedence

Bhavik Mehta (Oct 25 2024 at 08:49):

Annoyingly docs#le_mul_left is some other statement!

Violeta Hernández (Oct 25 2024 at 16:15):

Hm, should both of these statements be renamed to le_mul_of_pos_left and made to match the Nat statement then?

Eric Wieser (Oct 25 2024 at 16:20):

docs#le_mul_of_one_le_left' seems to be the general spelling


Last updated: May 02 2025 at 03:31 UTC