Solution:
Let g=gcd(n,m), with n=g⋅a and m=g⋅b. Note that the number of points on the diagonal of R connecting (0,0) and (n,m) is g+1.
We construct two far-reaching quadrilaterals and show that at least one of them has small area.
For our first quadrilateral, let (x1,y1) and (x2,y2) be the points with the shortest nonzero distances to the diagonal between (0,0) and (n,m) which lie above and below the diagonal, respectively. Now consider the quadrilateral with vertices (0,0), (x1,y1), (n,m), (x2,y2). Note that the only lattice points which can lie on or inside this quadrilateral are (x1,y1), (x2,y2), and points on the diagonal of R, as otherwise we could find a closer point to the diagonal than (x1,y1) and (x2,y2). Thus by Pick's Theorem, the area of this quadrilateral is at most g.
For our second quadrilateral, we will take as our vertices the points (0,0), (n−1,m), (a,b), and (n,m−1). This is a concave quadrilateral which can be split into two triangles of areas 2a and 2b, so the area of this quadrilateral is at most 21(a+b).
We have therefore shown that there is always a far-reaching quadrilateral with area at most min(g,21(a+b)). Since g⋅21(a+b)=21(n+m)≤1010, we have that min(g,21(a+b))≤105, so we can always find a far-reaching quadrilateral with area at most 105 as desired.