Beginning of Section A9989
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 TMHmfZHFBK7X2D2Ln7FuBdUC5WiTCkZLP9q ***)
L9
Variable F1 : set → set
L10
Hypothesis HF1 : ∀x0 ∈ int, F1 x0 ∈ int
L11
Variable G1 : set
L12
Hypothesis HG1 : G1 ∈ int
L13
Variable H1 : set
L14
Hypothesis HH1 : H1 ∈ int
L15
Variable U1 : set → set → set
L16
Hypothesis HU1 : ∀x0 ∈ int, ∀x1 ∈ int, U1 x0 x1 ∈ int
L17
Variable V1 : set
L18
Hypothesis HV1 : V1 ∈ int
L19
Variable F0 : set → set
L20
Hypothesis HF0 : ∀x0 ∈ int, F0 x0 ∈ int
L21
Variable G0 : set → set
L22
Hypothesis HG0 : ∀x0 ∈ int, G0 x0 ∈ int
L23
Variable H0 : set
L24
Hypothesis HH0 : H0 ∈ int
L25
Variable U0 : set → set → set
L26
Hypothesis HU0 : ∀x0 ∈ int, ∀x1 ∈ int, U0 x0 x1 ∈ int
L27
Variable V0 : set → set
L28
Hypothesis HV0 : ∀x0 ∈ int, V0 x0 ∈ int
L29
Variable SMALL : set → set
L30
Hypothesis HSMALL : ∀x0 ∈ int, SMALL x0 ∈ int
L31
Variable F2 : set → set → set
L32
Hypothesis HF2 : ∀x0 ∈ int, ∀x1 ∈ int, F2 x0 x1 ∈ int
L33
Variable G2 : set → set → set
L34
Hypothesis HG2 : ∀x0 ∈ int, ∀x1 ∈ int, G2 x0 x1 ∈ int
L35
Variable H2 : set → set
L36
Hypothesis HH2 : ∀x0 ∈ int, H2 x0 ∈ int
L37
Variable I2 : set
L38
Hypothesis HI2 : I2 ∈ int
L39
Variable J2 : set
L40
Hypothesis HJ2 : J2 ∈ int
L41
Variable U2 : set → set → set → set
L42
Hypothesis HU2 : ∀x0 ∈ int, ∀x1 ∈ int, ∀x2 ∈ int, U2 x0 x1 x2 ∈ int
L43
Variable V2 : set → set → set → set
L44
Hypothesis HV2 : ∀x0 ∈ int, ∀x1 ∈ int, ∀x2 ∈ int, V2 x0 x1 x2 ∈ int
L45
Variable W2 : set → set
L46
Hypothesis HW2 : ∀x0 ∈ int, W2 x0 ∈ int
L47
Variable F3 : set → set → set
L48
Hypothesis HF3 : ∀x0 ∈ int, ∀x1 ∈ int, F3 x0 x1 ∈ int
L49
Variable G3 : set → set → set
L50
Hypothesis HG3 : ∀x0 ∈ int, ∀x1 ∈ int, G3 x0 x1 ∈ int
L51
Variable H3 : set → set
L52
Hypothesis HH3 : ∀x0 ∈ int, H3 x0 ∈ int
L53
Variable I3 : set
L54
Hypothesis HI3 : I3 ∈ int
L55
Variable J3 : set
L56
Hypothesis HJ3 : J3 ∈ int
L57
Variable U3 : set → set → set → set
L58
Hypothesis HU3 : ∀x0 ∈ int, ∀x1 ∈ int, ∀x2 ∈ int, U3 x0 x1 x2 ∈ int
L59
Variable V3 : set → set → set → set
L60
Hypothesis HV3 : ∀x0 ∈ int, ∀x1 ∈ int, ∀x2 ∈ int, V3 x0 x1 x2 ∈ int
L61
Variable W3 : set → set
L62
Hypothesis HW3 : ∀x0 ∈ int, W3 x0 ∈ int
L63
Variable FAST : set → set
L64
Hypothesis HFAST : ∀x0 ∈ int, FAST x0 ∈ int
L65
Hypothesis H1 : (∀X ∈ int, ((F1 X) = ((2 + (2 + X)) * X)))
L66
Hypothesis H2 : (G1 = 2)
L67
Hypothesis H3 : (H1 = 1)
L68
Hypothesis H4 : (∀X ∈ int, (∀Y ∈ int, ((U1 X Y) = (if (X <= 0) then Y else (F1 (U1 (X + - 1) Y))))))
L69
Hypothesis H5 : (V1 = (U1 G1 H1))
L70
Hypothesis H6 : (∀X ∈ int, ((F0 X) = (V1 * X)))
L71
Hypothesis H7 : (∀X ∈ int, ((G0 X) = X))
L72
Hypothesis H8 : (H0 = 1)
L73
Hypothesis H9 : (∀X ∈ int, (∀Y ∈ int, ((U0 X Y) = (if (X <= 0) then Y else (F0 (U0 (X + - 1) Y))))))
L74
Hypothesis H10 : (∀X ∈ int, ((V0 X) = (U0 (G0 X) H0)))
L75
Hypothesis H11 : (∀X ∈ int, ((SMALL X) = (V0 X)))
L76
Hypothesis H12 : (∀X ∈ int, (∀Y ∈ int, ((F2 X Y) = (X * Y))))
L77
Hypothesis H13 : (∀X ∈ int, (∀Y ∈ int, ((G2 X Y) = Y)))
L78
Hypothesis H14 : (∀X ∈ int, ((H2 X) = X))
L79
Hypothesis H15 : (I2 = 1)
L80
Hypothesis H16 : (J2 = (1 + 2))
L81
Hypothesis H17 : (∀X ∈ int, (∀Y ∈ int, (∀Z ∈ int, ((U2 X Y Z) = (if (X <= 0) then Y else (F2 (U2 (X + - 1) Y Z) (V2 (X + - 1) Y Z)))))))
L82
Hypothesis H18 : (∀X ∈ int, (∀Y ∈ int, (∀Z ∈ int, ((V2 X Y Z) = (if (X <= 0) then Z else (G2 (U2 (X + - 1) Y Z) (V2 (X + - 1) Y Z)))))))
L83
Hypothesis H19 : (∀X ∈ int, ((W2 X) = (U2 (H2 X) I2 J2)))
L84
Hypothesis H20 : (∀X ∈ int, (∀Y ∈ int, ((F3 X Y) = (X * Y))))
L85
Hypothesis H21 : (∀X ∈ int, (∀Y ∈ int, ((G3 X Y) = Y)))
L86
Hypothesis H22 : (∀X ∈ int, ((H3 X) = X))
L87
Hypothesis H23 : (I3 = 1)
L88
Hypothesis H24 : (J3 = ((2 * (2 * (2 + 2))) + - 1))
L89
Hypothesis H25 : (∀X ∈ int, (∀Y ∈ int, (∀Z ∈ int, ((U3 X Y Z) = (if (X <= 0) then Y else (F3 (U3 (X + - 1) Y Z) (V3 (X + - 1) Y Z)))))))
L90
Hypothesis H26 : (∀X ∈ int, (∀Y ∈ int, (∀Z ∈ int, ((V3 X Y Z) = (if (X <= 0) then Z else (G3 (U3 (X + - 1) Y Z) (V3 (X + - 1) Y Z)))))))
L91
Hypothesis H27 : (∀X ∈ int, ((W3 X) = (U3 (H3 X) I3 J3)))
L92
Hypothesis H28 : (∀X ∈ int, ((FAST X) = ((W2 X) * (W3 X))))
L93
Theorem. (A9989)
(∀N ∈ int, ((0 <= N) → ((SMALL N) = (FAST N))))
Proof:
Proof not loaded.
End of Section A9989