Beginning of Section A257449
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 TMWzrCNRg3q9qaVpbB5bydA3r8WUMhEy3fV ***)
L9
Variable F2 : setset
L10
Hypothesis HF2 : ∀x0int, F2 x0 int
L11
Variable G2 : set
L12
Hypothesis HG2 : G2 int
L13
Variable H2 : setset
L14
Hypothesis HH2 : ∀x0int, H2 x0 int
L15
Variable U2 : setsetset
L16
Hypothesis HU2 : ∀x0int, ∀x1int, U2 x0 x1 int
L17
Variable V2 : setset
L18
Hypothesis HV2 : ∀x0int, V2 x0 int
L19
Variable F3 : setset
L20
Hypothesis HF3 : ∀x0int, F3 x0 int
L21
Variable G3 : set
L22
Hypothesis HG3 : G3 int
L23
Variable H3 : setset
L24
Hypothesis HH3 : ∀x0int, H3 x0 int
L25
Variable U3 : setsetset
L26
Hypothesis HU3 : ∀x0int, ∀x1int, U3 x0 x1 int
L27
Variable V3 : setset
L28
Hypothesis HV3 : ∀x0int, V3 x0 int
L29
Variable F1 : setset
L30
Hypothesis HF1 : ∀x0int, F1 x0 int
L31
Variable G1 : set
L32
Hypothesis HG1 : G1 int
L33
Variable H1 : setsetset
L34
Hypothesis HH1 : ∀x0int, ∀x1int, H1 x0 x1 int
L35
Variable U1 : setsetset
L36
Hypothesis HU1 : ∀x0int, ∀x1int, U1 x0 x1 int
L37
Variable V1 : setsetset
L38
Hypothesis HV1 : ∀x0int, ∀x1int, V1 x0 x1 int
L39
Variable F0 : setsetset
L40
Hypothesis HF0 : ∀x0int, ∀x1int, F0 x0 x1 int
L41
Variable G0 : setset
L42
Hypothesis HG0 : ∀x0int, G0 x0 int
L43
Variable H0 : set
L44
Hypothesis HH0 : H0 int
L45
Variable U0 : setsetset
L46
Hypothesis HU0 : ∀x0int, ∀x1int, U0 x0 x1 int
L47
Variable V0 : setset
L48
Hypothesis HV0 : ∀x0int, V0 x0 int
L49
Variable SMALL : setset
L50
Hypothesis HSMALL : ∀x0int, SMALL x0 int
L51
Variable F5 : setset
L52
Hypothesis HF5 : ∀x0int, F5 x0 int
L53
Variable G5 : set
L54
Hypothesis HG5 : G5 int
L55
Variable H5 : setsetset
L56
Hypothesis HH5 : ∀x0int, ∀x1int, H5 x0 x1 int
L57
Variable U5 : setsetset
L58
Hypothesis HU5 : ∀x0int, ∀x1int, U5 x0 x1 int
L59
Variable V5 : setsetset
L60
Hypothesis HV5 : ∀x0int, ∀x1int, V5 x0 x1 int
L61
Variable F4 : setsetset
L62
Hypothesis HF4 : ∀x0int, ∀x1int, F4 x0 x1 int
L63
Variable G4 : setset
L64
Hypothesis HG4 : ∀x0int, G4 x0 int
L65
Variable H4 : set
L66
Hypothesis HH4 : H4 int
L67
Variable U4 : setsetset
L68
Hypothesis HU4 : ∀x0int, ∀x1int, U4 x0 x1 int
L69
Variable V4 : setset
L70
Hypothesis HV4 : ∀x0int, V4 x0 int
L71
Variable FAST : setset
L72
Hypothesis HFAST : ∀x0int, FAST x0 int
L73
Hypothesis H1 : (∀Xint, ((F2 X) = (X * X)))
L74
Hypothesis H2 : (G2 = 2)
L75
Hypothesis H3 : (∀Xint, ((H2 X) = (1 + X)))
L76
Hypothesis H4 : (∀Xint, (∀Yint, ((U2 X Y) = (if (X <= 0) then Y else (F2 (U2 (X + - 1) Y))))))
L77
Hypothesis H5 : (∀Xint, ((V2 X) = (U2 G2 (H2 X))))
L78
Hypothesis H6 : (∀Xint, ((F3 X) = (X * X)))
L79
Hypothesis H7 : (G3 = 2)
L80
Hypothesis H8 : (∀Xint, ((H3 X) = X))
L81
Hypothesis H9 : (∀Xint, (∀Yint, ((U3 X Y) = (if (X <= 0) then Y else (F3 (U3 (X + - 1) Y))))))
L82
Hypothesis H10 : (∀Xint, ((V3 X) = (U3 G3 (H3 X))))
L83
Hypothesis H11 : (∀Xint, ((F1 X) = ((V2 X) + - (V3 X))))
L84
Hypothesis H12 : (G1 = 1)
L85
Hypothesis H13 : (∀Xint, (∀Yint, ((H1 X Y) = Y)))
L86
Hypothesis H14 : (∀Xint, (∀Yint, ((U1 X Y) = (if (X <= 0) then Y else (F1 (U1 (X + - 1) Y))))))
L87
Hypothesis H15 : (∀Xint, (∀Yint, ((V1 X Y) = (U1 G1 (H1 X Y)))))
L88
Hypothesis H16 : (∀Xint, (∀Yint, ((F0 X Y) = (((V1 X Y) + X) + X))))
L89
Hypothesis H17 : (∀Xint, ((G0 X) = X))
L90
Hypothesis H18 : (H0 = 1)
L91
Hypothesis H19 : (∀Xint, (∀Yint, ((U0 X Y) = (if (X <= 0) then Y else (F0 (U0 (X + - 1) Y) X)))))
L92
Hypothesis H20 : (∀Xint, ((V0 X) = (U0 (G0 X) H0)))
L93
Hypothesis H21 : (∀Xint, ((SMALL X) = (V0 X)))
L94
Hypothesis H22 : (∀Xint, ((F5 X) = ((1 + (X + X)) * (1 + (2 * ((X * X) + X))))))
L95
Hypothesis H23 : (G5 = 1)
L96
Hypothesis H24 : (∀Xint, (∀Yint, ((H5 X Y) = Y)))
L97
Hypothesis H25 : (∀Xint, (∀Yint, ((U5 X Y) = (if (X <= 0) then Y else (F5 (U5 (X + - 1) Y))))))
L98
Hypothesis H26 : (∀Xint, (∀Yint, ((V5 X Y) = (U5 G5 (H5 X Y)))))
L99
Hypothesis H27 : (∀Xint, (∀Yint, ((F4 X Y) = (((V5 X Y) + X) + X))))
L100
Hypothesis H28 : (∀Xint, ((G4 X) = X))
L101
Hypothesis H29 : (H4 = 1)
L102
Hypothesis H30 : (∀Xint, (∀Yint, ((U4 X Y) = (if (X <= 0) then Y else (F4 (U4 (X + - 1) Y) X)))))
L103
Hypothesis H31 : (∀Xint, ((V4 X) = (U4 (G4 X) H4)))
L104
Hypothesis H32 : (∀Xint, ((FAST X) = (V4 X)))
L105
Theorem. (A257449)
(∀Nint, ((0 <= N)((SMALL N) = (FAST N))))
Proof:
Proof not loaded.
End of Section A257449