Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)verified 2026-08-03 (gpt-5.6-sol-codex-subscription)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

A finite list of reals, and its strictly increasing and strictly decreasing sublists

Definition

Let NNN \in \mathbb{N} (The natural numbers N\mathbb{N} (von Neumann)). A finite list of reals of length NN is a function a:NRa : N \to \mathbb{R}, written aia_i for a(i)a(i); here N={i:i<N}N = \{\, i : i < N\,\} is the von Neumann natural itself (On N\mathbb{N} the order is membership: m<n    mnm < n \iff m \in n, Order on the natural numbers), so the indices are 0,1,,N10, 1, \dots, N-1 and the list of length 00 is the empty function. The list is pairwise distinct when aa is injective, that is when aiaja_i \ne a_j whenever iji \ne j (Injection, surjection, bijection).

A sublist of aa of length LL, for LNL \in \mathbb{N}, is a function s:LNs : L \to N that is strictly increasing on indices, meaning s(p)<s(q)s(p) < s(q) whenever p<q<Lp < q < L; its terms are as(0),,as(L1)a_{s(0)}, \dots, a_{s(L-1)}. Such an ss is injective, since natural-order trichotomy gives p<qp<q or q<pq<p when pqp\ne q, and hence s(p)s(q)s(p)\ne s(q) (Trichotomy of the order on N\mathbb{N}).

The sublist ss is

  • strictly increasing when as(p)<as(q)a_{s(p)} < a_{s(q)} for all p<q<Lp < q < L;
  • strictly decreasing when as(p)>as(q)a_{s(p)} > a_{s(q)} for all p<q<Lp < q < L,

the order being that of the ordered field R\mathbb{R} (Ordered field).

Boundary readings, which are part of the definition and not exceptions. A sublist of length 00 or 11 has no pair p<q<Lp < q < L at all, so it is both strictly increasing and strictly decreasing, vacuously. A list of length NN has a sublist of length 11 exactly when N1N \ge 1, namely s(0):=is(0) := i for any i<Ni < N; and it has no sublist of length LL with L>NL > N, since ss would be an injection of LL into NN, contrary to the finite pigeonhole principle (The pigeonhole principle on N\mathbb{N}, clause 2).

Every count here is a natural number. The length of a list and the length of a sublist are naturals, and no cardinality of an infinite set is used; a list is a function on a natural number, so it is finite in the sense of The cardinality A\lvert A\rvert of a finite set.

Remarks

  • A sublist is a choice of positions, not a choice of values. Two positions carrying equal values are different sublists of length 11. This is why the monotonicity conditions are stated on as(p)a_{s(p)} and as(q)a_{s(q)} rather than on a set of values, and why the pairwise-distinctness hypothesis has to be imposed separately when a result needs it.

  • Strictness on both sides. The indices increase strictly, so a sublist reads the list left to right without repeating a position; the values increase or decrease strictly, so no two terms of a monotone sublist are equal. Neither strictness is redundant: a list may repeat a value, and then a nondecreasing sublist could be longer than any strictly increasing one.

  • The empty list. At N=0N = 0 the only sublists are the empty one, of length 00. Any statement asserting the existence of a sublist of length 11 is therefore false at N=0N = 0, and any statement about lists of length mn+1mn+1 has content at m=0m = 0 or n=0n = 0 precisely because mn+11mn+1 \ge 1.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 44 results over 22 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources