File tree Expand file tree Collapse file tree
Mathlib/Analysis/SpecialFunctions/Log Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ theorem riesz_lemma_one
117117 rwa [← le_inv_mul_iff₀' (by simpa), ← h₂, smul_sub, inv_smul_smul₀] at h₁
118118 simpa using hx₀'
119119
120+ #find_home! riesz_lemma_one
121+
120122/--
121123Given an endomorphism `S` of a normed space that's a closed embedding but not surjective, we can
122124find a sequence of unit vectors `f n`, such that `f n` is in the range of `S ^ n` but is at least
@@ -241,7 +243,7 @@ theorem IsCompactOperator.forall_eigenspace_ne_bot_iff_eq_zero
241243 constructor
242244 · intro h
243245 rw [← ContinuousLinearMap.isSelfAdjoint_iff_isSymmetric] at hT'
244- have := CStarAlgebra.norm_or_neg_norm_mem_spectrum
246+ -- have := CStarAlgebra.norm_or_neg_norm_mem_spectrum (a := (T : End 𝕜 X))
245247 sorry
246248 · rintro rfl μ h
247249 obtain ⟨v, hv⟩ := h.exists_hasEigenvector
You can’t perform that action at this time.
0 commit comments