Theorems · Definition · number theory
AbstractMeasure.contractFst
{X : Type u_1} →
{Y : Type u_2} →
{R : Type u_3} →
[inst : TopologicalSpace X] →
[inst_1 : TopologicalSpace Y] →
[inst_2 : CommRing R] →
[inst_3 : TopologicalSpace R] →
[inst_4 : IsTopologicalRing R] → AbstractMeasure X R R →ₗ[R] C(X × Y, R) →ₗ[R] C(Y, R)Send a measure μ on X and a function f on X × Y to the function on Y given by
y ↦ μ (f (·, y)), or more suggestively, y ↦ ∫ f(x, y) dμ(x).
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- ContinuousMapstatement and proof · cited by 2,491
- LinearMap.compproof · cited by 1,642
- ContinuousLinearMap.toLinearMapproof · cited by 528
- IsTopologicalRingstatement and proof · cited by 402
- AbstractMeasurestatement · cited by 20
- LinearMap.lcompproof · cited by 16
- AbstractMeasure.contractSndproof · cited by 5
- ContinuousMap.prodSwapproof · cited by 4
Cited by5
Results whose statement or proof uses this declaration.
- AbstractMeasure.prodMk_applystatement · cited by 2
- AbstractMeasure.prodMk_prod_applyproof · cited by 1
- AbstractMeasure.contractFst_applystatement · cited by 1
- AbstractMeasure.prodMk_eq_prodMk'proof · cited by 0
- AbstractMeasure.contractFst_diracstatement · cited by 0