Beginning of Section A431
Notation. We use - as a prefix operator with priority 358 corresponding to applying term minus_SNo.
Notation. We use + as an infix operator with priority 360 and which associates to the right corresponding to applying term add_SNo.
Notation. We use * as an infix operator with priority 355 and which associates to the right corresponding to applying term mul_SNo.
Notation. We use < as an infix operator with priority 490 and no associativity corresponding to applying term SNoLt.
Notation. We use <= as an infix operator with priority 490 and no associativity corresponding to applying term SNoLe.
(*** $I sig/OEISPreamble.mgs ***)
(*** Bounty 1 PFG TMQa4tPD71qvbyRdSvBtkQN2LwW3LAWEW3N ***)
L9
Variable F0 : setsetset
L10
Hypothesis HF0 : ∀x0int, ∀x1int, F0 x0 x1 int
L11
Variable G0 : setsetset
L12
Hypothesis HG0 : ∀x0int, ∀x1int, G0 x0 x1 int
L13
Variable H0 : setset
L14
Hypothesis HH0 : ∀x0int, H0 x0 int
L15
Variable I0 : set
L16
Hypothesis HI0 : I0 int
L17
Variable J0 : set
L18
Hypothesis HJ0 : J0 int
L19
Variable U0 : setsetsetset
L20
Hypothesis HU0 : ∀x0int, ∀x1int, ∀x2int, U0 x0 x1 x2 int
L21
Variable V0 : setsetsetset
L22
Hypothesis HV0 : ∀x0int, ∀x1int, ∀x2int, V0 x0 x1 x2 int
L23
Variable W0 : setset
L24
Hypothesis HW0 : ∀x0int, W0 x0 int
L25
Variable SMALL : setset
L26
Hypothesis HSMALL : ∀x0int, SMALL x0 int
L27
Variable F1 : setset
L28
Hypothesis HF1 : ∀x0int, F1 x0 int
L29
Variable G1 : setset
L30
Hypothesis HG1 : ∀x0int, G1 x0 int
L31
Variable H1 : set
L32
Hypothesis HH1 : H1 int
L33
Variable U1 : setsetset
L34
Hypothesis HU1 : ∀x0int, ∀x1int, U1 x0 x1 int
L35
Variable V1 : setset
L36
Hypothesis HV1 : ∀x0int, V1 x0 int
L37
Variable F2 : setset
L38
Hypothesis HF2 : ∀x0int, F2 x0 int
L39
Variable G2 : setset
L40
Hypothesis HG2 : ∀x0int, G2 x0 int
L41
Variable H2 : set
L42
Hypothesis HH2 : H2 int
L43
Variable U2 : setsetset
L44
Hypothesis HU2 : ∀x0int, ∀x1int, U2 x0 x1 int
L45
Variable V2 : setset
L46
Hypothesis HV2 : ∀x0int, V2 x0 int
L47
Variable FAST : setset
L48
Hypothesis HFAST : ∀x0int, FAST x0 int
L49
Hypothesis H1 : (∀Xint, (∀Yint, ((F0 X Y) = ((((Y * Y) + - Y) + X) + X))))
L50
Hypothesis H2 : (∀Xint, (∀Yint, ((G0 X Y) = (Y + Y))))
L51
Hypothesis H3 : (∀Xint, ((H0 X) = (X + - 1)))
L52
Hypothesis H4 : (I0 = 0)
L53
Hypothesis H5 : (J0 = 1)
L54
Hypothesis H6 : (∀Xint, (∀Yint, (∀Zint, ((U0 X Y Z) = (if (X <= 0) then Y else (F0 (U0 (X + - 1) Y Z) (V0 (X + - 1) Y Z)))))))
L55
Hypothesis H7 : (∀Xint, (∀Yint, (∀Zint, ((V0 X Y Z) = (if (X <= 0) then Z else (G0 (U0 (X + - 1) Y Z) (V0 (X + - 1) Y Z)))))))
L56
Hypothesis H8 : (∀Xint, ((W0 X) = (U0 (H0 X) I0 J0)))
L57
Hypothesis H9 : (∀Xint, ((SMALL X) = (W0 X)))
L58
Hypothesis H10 : (∀Xint, ((F1 X) = (X + X)))
L59
Hypothesis H11 : (∀Xint, ((G1 X) = (X + - 1)))
L60
Hypothesis H12 : (H1 = 1)
L61
Hypothesis H13 : (∀Xint, (∀Yint, ((U1 X Y) = (if (X <= 0) then Y else (F1 (U1 (X + - 1) Y))))))
L62
Hypothesis H14 : (∀Xint, ((V1 X) = (U1 (G1 X) H1)))
L63
Hypothesis H15 : (∀Xint, ((F2 X) = (2 * X)))
L64
Hypothesis H16 : (∀Xint, ((G2 X) = (X + - 2)))
L65
Hypothesis H17 : (H2 = 1)
L66
Hypothesis H18 : (∀Xint, (∀Yint, ((U2 X Y) = (if (X <= 0) then Y else (F2 (U2 (X + - 1) Y))))))
L67
Hypothesis H19 : (∀Xint, ((V2 X) = (U2 (G2 X) H2)))
L68
Hypothesis H20 : (∀Xint, ((FAST X) = (((V1 X) + - (if ((X + - 1) <= 0) then 1 else X)) * (V2 X))))
L69
Theorem. (A431)
(∀Nint, ((0 <= N)((SMALL N) = (FAST N))))
Proof:
Proof not loaded.
End of Section A431