I've been wondering whether how to show that the area of some shape, in this case a rectangle, equals the sum of the areas of the shapes forming a partition of the shape.
To be more precise:
In the picture below I've partitioned a rectangle $R$ into smaller rectangles and right triangles. Suppose $R$ has side lengths $a,b$ such that the area $A(R)$ equals $a\cdot b$. Can I show that the sum of the areas of the smaller rectangles and right triangles equal $A(R)$ ?
By a partition $P$ of $R$, I mean a set of shapes not contained in any bigger shape with the exception of $R$. In this case $P = \{1,2,3,4,5,6\}$. Can I show $\sum_{p \in P} A(p) = A(R)$ by induction or how ? (Here $A(p)$ denote the area of $p$ computed as usual for rectangles ($c \cdot d$) and right triangles ($\frac 1 2c \cdot d$) with side lengths $c,d$).
Does the statement holds if I partition any shape into arbitrary shapes like a general region or polygon etc. ?
