let x, y, c be non pair set ; :: thesis: ( x in InputVertices (MajorityStr x,y,c) & y in InputVertices (MajorityStr x,y,c) & c in InputVertices (MajorityStr x,y,c) )
A1:
( x in the carrier of (MajorityStr x,y,c) & y in the carrier of (MajorityStr x,y,c) & c in the carrier of (MajorityStr x,y,c) )
by Th72;
A2:
InnerVertices (MajorityStr x,y,c) is Relation
by Th67;
assume
( not x in InputVertices (MajorityStr x,y,c) or not y in InputVertices (MajorityStr x,y,c) or not c in InputVertices (MajorityStr x,y,c) )
; :: thesis: contradiction
then
( x in InnerVertices (MajorityStr x,y,c) or y in InnerVertices (MajorityStr x,y,c) or c in InnerVertices (MajorityStr x,y,c) )
by A1, XBOOLE_0:def 5;
then
( ex a, b being set st x = [a,b] or ex a, b being set st y = [a,b] or ex a, b being set st c = [a,b] )
by A2, RELAT_1:def 1;
hence
contradiction
; :: thesis: verum