Correction
I looked through this again, and realized that I was wrong about the condition I gave that the rowsums are less than 1. Fortunately, this doesn't have any implications for the proof above, since it just makes use of that the column sums are less than 1. So the proof still holds!
For anyone surfing by this thread, the following background information could therefore be useful: What you start out with in input-output analysis, is the input-output table which could be written as
Fi + C = x,
where
fij represents input of products from industry
i to industry
j,
i is a unit column vector (with just ones in it),
C is a column vector representing final demand (non-industry use from households, government, et.c.), and
x is a column vector representing total ouput (as well as total input). Not included in the above equation is a row of value-added (VA) below the F-matrix - this row could be interpreted as the labour force input (i.e., salaries) required for the industries to produce their products. The different inputs of products and labor for a certain industry
j is shown in the rows of column
j in the F-matrix and the VA-row; the sum of this column equals the total inputs
xj. This value is the same as the total output
xj from that industry, which is the rowsum of F and C for row
j. That is, total costs equal total revenues.
Now, if the matrix
A is generated via
aij = fij/xj, the cells in a certain column
j in
A, represent the shares of total input
xj. That implies that each column sum of
A are less than 1. And that's not the same as saying that the row sums of
A are less than 1, since the cells in a row of
A doesn't represent the shares of that row's rowsum, according to
aij = fij/xj. Finally, the above equation can now be written as
Ax + C = x \Leftrightarrow x = (I-A)^{-1}C
(where
x becomes a function of the final demand
C), and that explains why the topic of this thread was about matrix inverses.