0

I need to prove that a function $f:[0,1]\times[0,1]\rightarrow [0,1]$, which is nondecreasing in each variable, is grounded (i.e. that $f(0,y)=0=f(x,0)$ for all $(x,y)$ in $[0,1]\times[0,1]$). Additionally, it is known that $f(t,1)=t=f(1,t)$ for all $t$ in $[0,1]$.

user109107
  • 201
  • 2
  • 6

2 Answers2

0

Since $f$ is nondecreasing in each variable, $f(t,1) \geq f(t,y) \; \textrm{for} \; y \leq 1$. Since the range of $f \in [0,1]$, $0 = f(0,1) \geq f(0,y) \geq 0 \Rightarrow f(0,y) = 0.$

Similarly for the $x$ variable.

0

Because $f(t, 1) = t = f(1 , t)$ for all $t$ in $[0, 1]$, that means that $f(0, 1) = 0 = f(1, 0)$. This also implies that $f$ is grounded, which follows straightforward from the def'ns.

Don Larynx
  • 4,703