Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies committed Feb 2, 2025
1 parent b5cd6ce commit 3232203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Analysis/Normed/Group/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ theorem inseparable_one_iff_norm {a : E} : Inseparable a 1 ↔ ‖a‖ = 0 := by
rw [Metric.inseparable_iff, dist_one_right]

@[to_additive]
lemma dist_one_left (a : E) : dist (1 : E) a = ‖a‖ := by rw [dist_comm, dist_one_right]
lemma dist_one_left (a : E) : dist 1 a = ‖a‖ := by rw [dist_comm, dist_one_right]

@[to_additive (attr := simp)]
lemma dist_one : dist (1 : E) = norm := funext dist_one_left
Expand Down

0 comments on commit 3232203

Please sign in to comment.