reserve E,F,G for RealNormSpace;
reserve f for Function of E,F;
reserve g for Function of F,G;
reserve a,b,c for Point of E;
reserve t for Real;

theorem
  DYADIC is dense Subset of I[01]
  proof
    D is dense
    by Lm1;
    hence thesis;
  end;
