
theorem MaxIn01:
  for a,b being Element of [.0,1.] holds
    max (a,b) in [.0,1.]
  proof
    let a,b be Element of [.0,1.];
    max (a,b) = a or max (a,b) = b by XXREAL_0:16;
    hence thesis;
  end;
