let x, b be non pair set ; for s being State of (BitCompCirc x,b) holds
( (Following s) . (IncrementOutput x,b) = and2a . <*(s . x),(s . b)*> & (Following s) . x = s . x & (Following s) . b = s . b )
let s be State of (BitCompCirc x,b); ( (Following s) . (IncrementOutput x,b) = and2a . <*(s . x),(s . b)*> & (Following s) . x = s . x & (Following s) . b = s . b )
set p = <*x,b*>;
set S = BitCompStr x,b;
A1:
( dom s = the carrier of (BitCompStr x,b) & x in the carrier of (BitCompStr x,b) )
by Th47, CIRCUIT1:4;
A2:
b in the carrier of (BitCompStr x,b)
by Th47;
InnerVertices (BitCompStr x,b) = the carrier' of (BitCompStr x,b)
by FACIRC_1:37;
hence (Following s) . (IncrementOutput x,b) =
and2a . (s * <*x,b*>)
by Th50, FACIRC_1:35
.=
and2a . <*(s . x),(s . b)*>
by A1, A2, FINSEQ_2:145
;
( (Following s) . x = s . x & (Following s) . b = s . b )
InputVertices (BitCompStr x,b) = {x,b}
by Th51;
then
( x in InputVertices (BitCompStr x,b) & b in InputVertices (BitCompStr x,b) )
by TARSKI:def 2;
hence
( (Following s) . x = s . x & (Following s) . b = s . b )
by CIRCUIT2:def 5; verum