We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a181b commit 6af13a5Copy full SHA for 6af13a5
Mathlib/Algebra/Order/Group/Abs.lean
@@ -346,7 +346,7 @@ theorem abs_min_le_max_abs_abs : |min a b| ≤ max |a| |b| :=
346
#align abs_min_le_max_abs_abs abs_min_le_max_abs_abs
347
348
theorem eq_of_abs_sub_eq_zero {a b : α} (h : |a - b| = 0) : a = b :=
349
- sub_eq_zero.1 <| (abs_eq_zero (α := α)).1 h
+ sub_eq_zero.1 <| abs_eq_zero.1 h
350
#align eq_of_abs_sub_eq_zero eq_of_abs_sub_eq_zero
351
352
theorem abs_sub_le (a b c : α) : |a - c| ≤ |a - b| + |b - c| :=
0 commit comments