20.5: Area of solid rectangles
( \newcommand{\kernel}{\mathrm{null}\,}\)
A solid rectangle with sides a and b has area a⋅b.
- Proof
-
Suppose that Ra,b denotes the solid rectangle with sides a and b. Set
s(a,b)=area Ra,b.
By definition of area, s(1,1)=area (K)=1. That is, the first identity in the algebraic lemma holds.
Note that the rectangle Ra+b,c can be subdivided into two rectangle congruent to Ra,c and Rb,c. Therefore, by Proposition 20.4.2,
area Ra+b,c=area Ra,c+area Rb,c
That is, the second identity in the algebraic lemma holds. The proof of the third identity is analogues.
It remains to apply the algebraic lemma.
Assume that a function s returns a nonnegative real number s(a,b) for any pair of positive real numbers (a,b) and it satisfies the following identities:
s(1,1)=1;s(a,b+c)=s(a,b)+s(a,c)s(a+b,c)=s(a,c)+s(b,c)
for any a,b,c>0. Then
s(a,b)=a⋅b
for any a,b>0.
The proof is similar to the proof of Lemma 14.4.1.
- Proof
-
Note that if a>a′ and b>b′ then
s(a,b)≥s(a′,b′).
Indeed, since s returns nonnegative numbers, we get that
s(a,b)=s(a′,b)+s(a−a′,b)≥≥s(a′,b)=≥s(a′,b′)+s(a′,b−b′)≥≥s(a′,b′).
Applying the second and third identity few times we get that
s(a,m⋅b)=s(m⋅a,b)=m⋅s(a,b)
for any positive integer m. Therefore
s(kl,mn)=k⋅s(1l,mn)==k⋅m⋅s(1l,1n)==k⋅m⋅1l⋅s(1,1n)==k⋅m⋅1l⋅1n⋅s(1,1)==kl⋅mn
for any positive integers k, l, m, and n. That is, the needed identity holds for any pair of rational numbers a=kl and b=mn.
Arguing by contradiction, assume s(a,b)≠a⋅b for some pair of positive real numbers (a,b). We will consider two cases: s(a,b)>a⋅b and s(a,b)<a⋅b.
If s(a,b)>a⋅b, we can choose a positive integer n such that
s(a,b)>(a+1n)⋅(b+1n).
Set k=⌊a⋅n⌋+1 and m=⌊b⋅n⌋+1; equivalently, k and m are positive integers such that
a<kn≤a+1nandb<mn≤b+1n.
By 20.5.1, we get that
s(a,b)≤s(kn,mn)==kn⋅mn≤≤(a+1n)⋅(b+1n),
which contradicts 20.5.2.
The case s(a,b)<a⋅b is similar. Fix a positive integer n such that a>1n, b>1n, and
s(a,b)<(a−1n)⋅(b−1n).
Set k=⌈a⋅n⌉−1 and m=⌈b⋅n⌉−1; that is,
a>kn≥a−1nandb>mn≥b−1n.
Applying 20.5.1 again, we get that
s(a,b)≥s(kn,mn)==kn⋅mn≥≥(a−1n)⋅(b−1n),
which contradicts 20.5.3.