given f being Arithmetic_Progression such that A1: ( difference f = 10 & ex p1, p2, p3, p4 being Prime ex i being Nat st
( p1,p2,p3,p4 are_mutually_distinct & p1 = f . i & p2 = f . (i + 1) & p3 = f . (i + 2) & p4 = f . (i + 3) ) ) ; :: thesis: contradiction
reconsider f = f as integer-valued Arithmetic_Progression by A1, LemmaIntProg;
consider p1, p2, p3, p4 being Prime, i being Nat such that
A2: ( p1,p2,p3,p4 are_mutually_distinct & p1 = f . i & p2 = f . (i + 1) & p3 = f . (i + 2) & p4 = f . (i + 3) ) by A1;
b1: p2 - p1 = difference f by A2, LemmaDiffConst;
p3 = f . ((i + 1) + 1) by A2;
then b2: p3 - p2 = difference f by A2, LemmaDiffConst;
p4 = f . ((i + 2) + 1) by A2;
then bb: p4 - p3 = difference f by A2, LemmaDiffConst;
K1: ( 3 divides p1 + 1 iff 3 divides (p1 + 1) + (3 * 3) ) by LemmaCong;
( 3 divides p1 + 2 iff 3 divides (p1 + 2) + (3 * 6) ) by LemmaCong;
per cases then ( p1 = 3 or p2 = 3 or p3 = 3 ) by b2, A1, b1, K1, ThreeConsecutive, LemmaDivides;
end;