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