Mathlib Map

Theorems · Theorem · logic and foundations

Cardinal.increasing_cantorFunction

∀ {c : ℝ},
  0 < c →
    c < 1 / 2 →
      ∀ {n : ℕ} {f g : ℕ → Bool},
        (∀ k < n, f k = g k) → f n = false → g n = true → Cardinal.cantorFunction c f < Cardinal.cantorFunction c g

cantorFunction c is strictly increasing with if 0 < c < 1/2, if we endow ℕ → Bool with a lexicographic order. The lexicographic order doesn't exist for these infinitary products, so we explicitly write out what it means.

Defined in
Mathlib.Analysis.Real.Cardinality
Cited by
1 results in Mathlib
Foundations
Depth 156 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites22

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.