Mathlib Map

Theorems · Definition · logic and foundations

Cardinal.cantorFunctionAux

ℝ → (ℕ → Bool) → ℕ → ℝ

The body of the sum in cantorFunction. cantorFunctionAux c f n = c ^ n if f n = true; cantorFunctionAux c f n = 0 if f n = false.

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

Around this declaration

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

Cites1

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

  • Realstatement and proof · cited by 25,697

Cited by10

Results whose statement or proof uses this declaration.