Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableverified 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 N∈N (The natural numbers N (von Neumann)). A finite list of reals of length N is a function a:N→R, written ai for a(i); here N={ i:i<N } is the von Neumann natural itself (On N the order is membership: m<n  ⟺  m∈n, Order on the natural numbers), so the indices are 0,1,…,N−1 and the list of length 0 is the empty function. The list is pairwise distinct when a is injective, that is when ai≠aj whenever i≠j (Injection, surjection, bijection).

A sublist of a of length L, for L∈N, is a function s:L→N that is strictly increasing on indices, meaning s(p)<s(q) whenever p<q<L; its terms are as(0),…,as(L−1). Such an s is injective, since natural-order trichotomy gives p<q or q<p when p≠q, and hence s(p)≠s(q) (Trichotomy of the order on N).

The sublist s is

  • strictly increasing when as(p)<as(q) for all p<q<L;
  • strictly decreasing when as(p)>as(q) for all p<q<L,

the order being that of the ordered field R (Ordered field).

Boundary readings, which are part of the definition and not exceptions. A sublist of length 0 or 1 has no pair p<q<L at all, so it is both strictly increasing and strictly decreasing, vacuously. A list of length N has a sublist of length 1 exactly when N≥1, namely s(0):=i for any i<N; and it has no sublist of length L with L>N, since s would be an injection of L into N, contrary to the finite pigeonhole principle (The pigeonhole principle on 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∣ 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 1. This is why the monotonicity conditions are stated on as(p) and as(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=0 the only sublists are the empty one, of length 0. Any statement asserting the existence of a sublist of length 1 is therefore false at N=0, and any statement about lists of length mn+1 has content at m=0 or n=0 precisely because mn+1≥1.

Depends on

Used by

Dependency tree · two levels

31 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources