theorem
  L is I_Lattice implies field equivalence_wrt F = the carrier of L
proof
  assume L is I_Lattice;
  then equivalence_wrt F is Equivalence_Relation of the carrier of L by Th67;
  hence thesis by ORDERS_1:12;
end;
