theorem Th39:
  X misses dom f implies f|X is constant
proof
  assume
A1: X /\ dom f = {};
  now
    set d = the Element of D;
    take d;
    let c;
    thus c in X /\ dom f implies f/.c = d by A1;
  end;
  hence thesis by Th35;
end;
