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.
- Cardinal.cantorFunctionAux_falsestatement · cited by 6
- Cardinal.cantorFunctionAux_truestatement · cited by 5
- Cardinal.cantorFunctionproof · cited by 4
- Cardinal.summable_cantor_functionstatement · cited by 2
- Cardinal.cantorFunction_leproof · cited by 1
- Cardinal.cantorFunction_succproof · cited by 1
- Cardinal.cantorFunctionAux_nonnegstatement · cited by 1
- Cardinal.cantorFunctionAux_succstatement · cited by 1
- Cardinal.cantorFunctionAux_zerostatement · cited by 1
- Cardinal.cantorFunctionAux_eqstatement · cited by 0