let C be FormalContext; :: thesis: for CP being strict FormalConcept of C holds
( ( the Extent of CP = {} implies CP = Concept-with-all-Attributes C ) & ( the Intent of CP = {} implies CP = Concept-with-all-Objects C ) )

let CP be strict FormalConcept of C; :: thesis: ( ( the Extent of CP = {} implies CP = Concept-with-all-Attributes C ) & ( the Intent of CP = {} implies CP = Concept-with-all-Objects C ) )
A1: (AttributeDerivation C) . the Intent of CP = the Extent of CP by Def9;
A2: (ObjectDerivation C) . the Extent of CP = the Intent of CP by Def9;
A3: now :: thesis: ( the Intent of CP = {} implies CP = Concept-with-all-Objects C )end;
now :: thesis: ( the Extent of CP = {} implies CP = Concept-with-all-Attributes C )end;
hence ( ( the Extent of CP = {} implies CP = Concept-with-all-Attributes C ) & ( the Intent of CP = {} implies CP = Concept-with-all-Objects C ) ) by A3; :: thesis: verum