Skip to content

Commit 6af13a5

Browse files
committed
Revert "fix"
This reverts commit 7ebd135.
1 parent 63a181b commit 6af13a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/Algebra/Order/Group/Abs.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ theorem abs_min_le_max_abs_abs : |min a b| ≤ max |a| |b| :=
346346
#align abs_min_le_max_abs_abs abs_min_le_max_abs_abs
347347

348348
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
349+
sub_eq_zero.1 <| abs_eq_zero.1 h
350350
#align eq_of_abs_sub_eq_zero eq_of_abs_sub_eq_zero
351351

352352
theorem abs_sub_le (a b c : α) : |a - c| ≤ |a - b| + |b - c| :=

0 commit comments

Comments
 (0)