theorem Th64:
  for R,X st R partially_orders X & field R = X & X
  has_lower_Zorn_property_wrt R ex x st x is_minimal_in R
proof
  let R,X such that
A1: R partially_orders X and
A2: field R = X and
A3: X has_lower_Zorn_property_wrt R;
  R = R~~;
  then
A4: X has_upper_Zorn_property_wrt R~ by A3,Th51;
  field(R~) = X by A2,RELAT_1:21;
  then consider x such that
A5: x is_maximal_in R~ by A1,A4,Th41,Th63;
  take x;
  thus thesis by A5,Th59;
end;
