Beginning of Section A304832
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 TMLDPofWcGgNgbf5D8CBWb26uTJpZdv633D ***)
L9
Variable F0 : setsetset
L10
Hypothesis HF0 : ∀x0int, ∀x1int, F0 x0 x1 int
L11
Variable G0 : set
L12
Hypothesis HG0 : G0 int
L13
Variable H0 : setset
L14
Hypothesis HH0 : ∀x0int, H0 x0 int
L15
Variable I0 : setset
L16
Hypothesis HI0 : ∀x0int, I0 x0 int
L17
Variable J0 : setset
L18
Hypothesis HJ0 : ∀x0int, J0 x0 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 FAST : setset
L28
Hypothesis HFAST : ∀x0int, FAST x0 int
L29
Hypothesis H1 : (∀Xint, (∀Yint, ((F0 X Y) = ((((2 * (2 + 2)) + Y) * Y) + X))))
L30
Hypothesis H2 : (G0 = 2)
L31
Hypothesis H3 : (∀Xint, ((H0 X) = (2 + X)))
L32
Hypothesis H4 : (∀Xint, ((I0 X) = X))
L33
Hypothesis H5 : (∀Xint, ((J0 X) = X))
L34
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)))))))
L35
Hypothesis H7 : (∀Xint, (∀Yint, (∀Zint, ((V0 X Y Z) = (if (X <= 0) then Z else G0)))))
L36
Hypothesis H8 : (∀Xint, ((W0 X) = (U0 (H0 X) (I0 X) (J0 X))))
L37
Hypothesis H9 : (∀Xint, ((SMALL X) = (W0 X)))
L38
Hypothesis H10 : (∀Xint, ((FAST X) = (((2 * ((1 + (2 + 2)) * (2 + ((X + X) + X)))) + - X) + (X * X))))
L39
Theorem. (A304832)
(∀Nint, ((0 <= N)((SMALL N) = (FAST N))))
Proof:
Proof not loaded.
End of Section A304832