Skip to content

Commit adb8e37

Browse files
committed
chore(Analysis/Normed/Operator): golf entire opNorm_subsingleton (#28379)
1 parent 376f05e commit adb8e37

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Mathlib/Analysis/Normed/Operator/Basic.lean

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,7 @@ end
356356
variable [RingHomIsometric σ₁₂] (f : E →SL[σ₁₂] F)
357357

358358
@[simp, nontriviality]
359-
theorem opNorm_subsingleton [Subsingleton E] : ‖f‖ = 0 := by
360-
refine le_antisymm ?_ (norm_nonneg _)
361-
apply opNorm_le_bound _ rfl.ge
362-
intro x
363-
simp [Subsingleton.elim x 0]
359+
theorem opNorm_subsingleton [Subsingleton E] : ‖f‖ = 0 := norm_of_subsingleton f
364360

365361
/-- The fundamental property of the operator norm, expressed with extended norms:
366362
`‖f x‖ₑ ≤ ‖f‖ₑ * ‖x‖ₑ`. -/

0 commit comments

Comments
 (0)