Commit 2026-03-30 20:46 8807830d
View on Github →feat: add missing API for lp E p (#35152)
The API for lp is significantly underdeveloped. This PR attempts to rectify some of the shortcomings. In particular, we provide:
- some missing tools for
Memℓp, notablymemℓp_norm_iffandMemℓp.mono. - some improved docstrings and more uniform notation for the non-dependent case; note that we also remove the notation
ℓ^∞(ι)forlp (fun _ : ι ↦ ℝ) ∞on the basis that there are other choices besidesℝwhich would make at least as much sense here, includingℂ. - bundled version of maps (evaluation, inclusion as a linear map, summation in
ℓ¹) as well as cleaning-up a few other odds and ends.