Skip to content

Commit 2d105a2

Browse files
committed
chore(Analysis/Normed): tag norm_id with simp (#37638)
Tag `norm_id` with `@[simp]`.
1 parent 2050ca5 commit 2d105a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mathlib/Analysis/Normed/Operator/Basic.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ theorem opNorm_add_le : ‖f + g‖ ≤ ‖f‖ + ‖g‖ :=
321321
(norm_add_le_of_le (f.le_opNorm x) (g.le_opNorm x)).trans_eq (add_mul _ _ _).symm
322322

323323
/-- If a normed space is (topologically) non-trivial, then the norm of the identity equals `1`. -/
324+
@[simp]
324325
theorem norm_id [NontrivialTopology E] : ‖ContinuousLinearMap.id 𝕜 E‖ = 1 :=
325326
le_antisymm norm_id_le <| by
326327
let ⟨x, hx⟩ := exists_norm_ne_zero E

0 commit comments

Comments
 (0)