Skip to content

Commit

Permalink
Update Plancherel.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jul 21, 2024
1 parent 31d7fb3 commit 5b7734b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BonnAnalysis/Plancherel.lean
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ instance : NormedAddCommGroup (V →₁₂[volume] E) :=
simp [snorm_congr_ae (AEEqFun.coeFn_add f g),
snorm_add_le ((Lp.mem_Lp_iff_memℒp.1 hf).1) ((Lp.mem_Lp_iff_memℒp.1 hg).1)])
((Lp.mem_Lp_iff_snorm_lt_top.1 hf).ne) ((Lp.mem_Lp_iff_snorm_lt_top.1 hg).ne)
neg' := by simp[snorm_congr_ae (AEEqFun.coeFn_neg _)]
neg' := by simp [ snorm_congr_ae (AEEqFun.coeFn_neg _)]
eq_zero_of_map_eq_zero' := by
intro ⟨f, _, hf⟩ h
simp [ENNReal.toReal_eq_zero_iff] at h
Expand Down

0 comments on commit 5b7734b

Please sign in to comment.