
theorem Th14:
  for K, L being non empty LattStr st the LattStr of K = the
  LattStr of L & K is meet-absorbing holds L is meet-absorbing
proof
  let K, L be non empty LattStr;
  assume that
A1: the LattStr of K = the LattStr of L and
A2: K is meet-absorbing;
  L is meet-absorbing
  proof
    let x, y be Element of L;
    reconsider x9 = x, y9 = y as Element of K by A1;
    (x9 "/\" y9) "\/" y9 = y9 by A2;
    hence thesis by A1;
  end;
  hence thesis;
end;
