English
The endomorphism idemFst acts as projection onto the first component of WithLp p (α × β).
Русский
Конечная функция idemFst реализует проекцию на первую координату пространства WithLp p (α × β).
LaTeX
$$$idemFst : WithLp p (\alpha \times \beta) \to End(WithLp p (\alpha \times \beta))$ реализует проекцию на первый компонент.$$
Lean4
/-- Projection on `WithLp p (α × β)` with range `α` and kernel `β` -/
def idemFst : AddMonoid.End (WithLp p (α × β)) :=
(AddMonoidHom.inl α β).comp (AddMonoidHom.fst α β)