let f be non constant standard special_circular_sequence; :: thesis: for i1, j1, i2, j2 being Element of NAT st i1 <= len (GoB f) & j1 <= width (GoB f) & i2 <= len (GoB f) & j2 <= width (GoB f) & i1,j1,i2,j2 are_adjacent2 holds
( Int (cell (GoB f),i1,j1) c= (LeftComp f) \/ (RightComp f) iff Int (cell (GoB f),i2,j2) c= (LeftComp f) \/ (RightComp f) )
let i1, j1, i2, j2 be Element of NAT ; :: thesis: ( i1 <= len (GoB f) & j1 <= width (GoB f) & i2 <= len (GoB f) & j2 <= width (GoB f) & i1,j1,i2,j2 are_adjacent2 implies ( Int (cell (GoB f),i1,j1) c= (LeftComp f) \/ (RightComp f) iff Int (cell (GoB f),i2,j2) c= (LeftComp f) \/ (RightComp f) ) )
assume A1:
( i1 <= len (GoB f) & j1 <= width (GoB f) & i2 <= len (GoB f) & j2 <= width (GoB f) & i1,j1,i2,j2 are_adjacent2 )
; :: thesis: ( Int (cell (GoB f),i1,j1) c= (LeftComp f) \/ (RightComp f) iff Int (cell (GoB f),i2,j2) c= (LeftComp f) \/ (RightComp f) )
then A2:
( ( i1,i2 are_adjacent1 & j1 = j2 ) or ( i1 = i2 & j1,j2 are_adjacent1 ) )
by GOBRD10:def 2;
hence
( Int (cell (GoB f),i1,j1) c= (LeftComp f) \/ (RightComp f) iff Int (cell (GoB f),i2,j2) c= (LeftComp f) \/ (RightComp f) )
; :: thesis: verum