
theorem FieldTot:
  for X being non empty set,
      R being total Relation of X holds
    field R = X
  proof
    let X be non empty set,
        R be total Relation of X;
    field R = X \/ rng R by PARTFUN1:def 2;
    hence thesis by XBOOLE_1:12;
  end;
