Let $\mathrm{CFM}_\mathbb{N}(\mathbb{R})$ the infinite matrices $(a_{i,j})_{i,j \in \mathbb{N}}$ with real coefficients such that $\forall j \in \mathbb{N} $,$a_{ij}=0$ except for finite values of i, this is a monoid with the usual product in matrices , i.e, we have that for the matrices $A=(A_{ij})$ and $B=(B_{ij})$ the product is defined by $$(AB)_{ij}=\sum_{k=1}^{\infty}{A_{ik}B_{kj}}$$
Could someone explain me an element of this monoid? I can understand the condition given.
And what is the difference of the usual multiplication in matrices with this new condition in the product in $\mathrm{CFM}_\mathbb{N}(\mathbb{R})$ .
Thanks for your time and help.
An element is just an infinite matrix in which each column has only finitely many nonzero entries (CFM stands for Column-Finite Matrices). That condition ensures that when you come to multiply two infinite matrices you don't have to worry about any infinite sums; the sums $\sum_{k=1}^{\infty}A_{ik}B_{kj}$ are all finite sums, since for fixed $j$ all but finitely many of the $B_{kj}$ are zero.
EDIT: The matrix you ask about in the comments is $$A=\pmatrix{0&0&\dots\cr1&0&\dots\cr0&0&\dots\cr0&1&\dots\cr\vdots&\vdots&\dots\cr}$$ It has the left inverse $$B=\pmatrix{0&1&0&0&\dots\cr0&0&0&1&\dots\cr\vdots&\vdots&\vdots&\vdots&\dots\cr}$$ $A$ has no right inverse because the 1st row of $A$ is all zeros, so no matter what $C$ is the 1st row of $AC$ will be all zeros.