Skip to content

Commit 88fca8e

Browse files
Update Mathlib/Algebra/GroupWithZero/Range.lean
Yes, certainly much better, thanks. Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
1 parent 9e27ec4 commit 88fca8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Algebra/GroupWithZero/Range.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ lemma restrict₀_of_ne_zero {a : A} (h : f a ≠ 0) :
148148

149149
lemma restrict₀_eq_zero_iff {a : A} : restrict₀ f a = 0 ↔ f a = 0 := by simp
150150

151-
lemma restrict₀_eq (a : A) : valueGroup₀.embedding (restrict₀ f a) = f a := by
151+
lemma embedding_restrict₀ (a : A) : valueGroup₀.embedding (restrict₀ f a) = f a := by
152152
simp [restrict₀_apply]
153153
split_ifs <;>
154154
simp_all

0 commit comments

Comments
 (0)