@@ -586,9 +586,9 @@ instance (priority := 100) of_covariant_right [IsRightCancelMul G]
586586 have : UniqueMul A B a0 b0 := by
587587 intro a b ha hb he
588588 obtain hl | rfl | hl := lt_trichotomy b b0
589- · exact ((he0 ▸ he ▸ mul_lt_mul_left' hl a).not_ge <| le_max' _ _ <| mul_mem_mul ha hb0).elim
589+ · exact ((he0 ▸ he ▸ mul_lt_mul_right hl a).not_ge <| le_max' _ _ <| mul_mem_mul ha hb0).elim
590590 · exact ⟨mul_right_cancel he, rfl⟩
591- · exact ((he0 ▸ mul_lt_mul_left' hl a0).not_ge <| le_max' _ _ <| mul_mem_mul ha0 hb).elim
591+ · exact ((he0 ▸ mul_lt_mul_right hl a0).not_ge <| le_max' _ _ <| mul_mem_mul ha0 hb).elim
592592 refine ⟨_, mk_mem_product ha0 hb0, _, mk_mem_product ha1 hb1, fun he ↦ ?_, this, ?_⟩
593593 · rw [Prod.mk_inj] at he; rw [he.1 , he.2 , he1] at he0
594594 obtain ⟨⟨a2, b2⟩, h2, hne⟩ := exists_mem_ne hc (a0, b0)
@@ -597,9 +597,9 @@ instance (priority := 100) of_covariant_right [IsRightCancelMul G]
597597 exact Prod.ext_iff.mpr (this h2.1 h2.2 he.symm)
598598 · intro a b ha hb he
599599 obtain hl | rfl | hl := lt_trichotomy b b1
600- · exact ((he1 ▸ mul_lt_mul_left' hl a1).not_ge <| min'_le _ _ <| mul_mem_mul ha1 hb).elim
600+ · exact ((he1 ▸ mul_lt_mul_right hl a1).not_ge <| min'_le _ _ <| mul_mem_mul ha1 hb).elim
601601 · exact ⟨mul_right_cancel he, rfl⟩
602- · exact ((he1 ▸ he ▸ mul_lt_mul_left' hl a).not_ge <| min'_le _ _ <| mul_mem_mul ha hb1).elim
602+ · exact ((he1 ▸ he ▸ mul_lt_mul_right hl a).not_ge <| min'_le _ _ <| mul_mem_mul ha hb1).elim
603603
604604open MulOpposite in
605605-- see Note [lower instance priority]
@@ -613,7 +613,7 @@ instance (priority := 100) of_covariant_left [IsLeftCancelMul G]
613613 TwoUniqueProds G :=
614614 let _ := LinearOrder.lift' (unop : Gᵐᵒᵖ → G) unop_injective
615615 let _ : MulLeftStrictMono Gᵐᵒᵖ :=
616- { elim := fun _ _ _ bc ↦ mul_lt_mul_right' (α := G) bc (unop _) }
616+ { elim := fun _ _ _ bc ↦ mul_lt_mul_left (α := G) bc (unop _) }
617617 of_mulOpposite of_covariant_right
618618
619619end TwoUniqueProds
0 commit comments