theorem
  for A being Subset of FT st A is_a_component_of FT holds A <> {}FT
proof
  let A be Subset of FT;
  set x = the Point of FT;
  {} c= {x};
  hence thesis;
end;
