
theorem
  for C being FormalContext holds
  ConceptLattice(C.:),(ConceptLattice(C)).: are_isomorphic
proof
  let C be FormalContext;
  DualHomomorphism(C) is bijective by Th21;
  hence thesis by LATTICE4:def 3;
end;
